System.Net.WebRequest.WebProxyWrapperOpaque.GetProxy C# (CSharp) Method

GetProxy() public method

public GetProxy ( Uri destination ) : Uri
destination Uri
return Uri
            public Uri GetProxy(Uri destination)
            {
                return webProxy.GetProxy(destination);
            }