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

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

public GetProxy ( Uri destination ) : Uri
destination Uri
Результат Uri
            public Uri GetProxy(Uri destination)
            {
                return webProxy.GetProxy(destination);
            }