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

FindServicePoint() public static method

public static FindServicePoint ( Uri address ) : ServicePoint
address Uri
return ServicePoint
		public static ServicePoint FindServicePoint (Uri address) 
		{
			return FindServicePoint (address, GlobalProxySelection.Select);
		}
		

Same methods

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