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) {