System.Net.ServicePointManager.ServicePointManager.FindServicePoint C# (CSharp) Method

FindServicePoint() public static method

public static FindServicePoint ( string uriString, IWebProxy proxy ) : ServicePoint
uriString string
proxy IWebProxy
return ServicePoint
		public static ServicePoint FindServicePoint (string uriString, IWebProxy proxy)
		{
			return FindServicePoint (new Uri(uriString), proxy);
		}

Same methods

ServicePointManager.ServicePointManager::FindServicePoint ( Uri address ) : ServicePoint
ServicePointManager.ServicePointManager::FindServicePoint ( Uri address, IWebProxy proxy ) : ServicePoint