System.Net.ServicePointManager.ServicePointManager.FindServicePoint C# (CSharp) 메소드

FindServicePoint() 공개 정적인 메소드

public static FindServicePoint ( string uriString, IWebProxy proxy ) : ServicePoint
uriString string
proxy IWebProxy
리턴 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