System.Net.EmptyWebProxy.GetProxy C# (CSharp) Метод

GetProxy() публичный Метод

public GetProxy ( Uri uri ) : Uri
uri Uri
Результат Uri
        public Uri GetProxy(Uri uri) {
            // this method won't get called by NetClasses because of the IsBypassed test below
            return uri; 
        }
        public bool IsBypassed(Uri uri) {