System.Net.ServicePointManager.ServicePointManager.FindServicePoint C# (CSharp) Метод

FindServicePoint() публичный статический Метод

public static FindServicePoint ( Uri address ) : ServicePoint
address Uri
Результат 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