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;
The ServicePoint that will manage communications for the request.
ServicePointManager Class | ServicePointManager Members | System.Net Namespace | ServicePointManager.FindServicePoint Overload List