Finds an existing ServicePoint or creates a new ServicePoint to manage communication for this request.
Findes an existing ServicePoint or creates a new ServicePoint to manage communications to the specified System.Uri instance.
[Visual Basic] Overloads Public Shared Function FindServicePoint(URI, IProxyInfo, IProxyInfo) As ServicePoint
[C#] public static ServicePoint FindServicePoint(URI, IProxyInfo, IProxyInfo);
[C++] public: static ServicePoint* FindServicePoint(URI*, IProxyInfo, IProxyInfo);
[JScript] public static function FindServicePoint(URI, IProxyInfo, IProxyInfo) : ServicePoint;
Findes an existing ServicePoint or creates a new ServicePoint to manage communications to the specified Uniform Resource Identifier.
[Visual Basic] Overloads Public Shared Function FindServicePoint(String, IProxyInfo, IProxyInfo) As ServicePoint
[C#] public static ServicePoint FindServicePoint(String, IProxyInfo, IProxyInfo);
[C++] public: static ServicePoint* FindServicePoint(String*, IProxyInfo, IProxyInfo);
[JScript] public static function FindServicePoint(String, IProxyInfo, IProxyInfo) : ServicePoint;
ServicePointManager Class | ServicePointManager Members | System.Net Namespace