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 (URI, IProxyInfo, IProxyInfo)

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( _
   ByVal address As URI, _
   ByVal ProxyIn As IProxyInfo, _
   ByRef ProxyOut As IProxyInfo _
) As ServicePoint
[C#]
public static ServicePoint FindServicePoint(
   URI address,
   IProxyInfo ProxyIn,
   ref IProxyInfo ProxyOut
);
[C++]
public: static ServicePoint* FindServicePoint(
   URI* address,
   IProxyInfo* ProxyIn,
   IProxyInfo** ProxyOut
);
[JScript]
public static function FindServicePoint(
   address : URI,
   ProxyIn : IProxyInfo,
   ProxyOut : IProxyInfo
) : ServicePoint;

Parameters

address
A System.Uri instance containing the address of the Internet resource to be contacted.
ProxyIn
[To be supplied.]
ProxyOut
[To be supplied.]

Return Value

The ServicePoint that will manage communications for the request.

See Also

ServicePointManager Class | ServicePointManager Members | System.Net Namespace | ServicePointManager.FindServicePoint Overload List