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