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);
            }