NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ServicePointManager.FindServicePoint

Finds an existing ServicePoint or creates a new ServicePoint to manage communication for this request.

Overload List

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;

See Also

ServicePointManager Class | ServicePointManager Members | System.Net Namespace