System.Net.EmptyWebProxy.GetProxy C# (CSharp) Method

GetProxy() public method

public GetProxy ( Uri uri ) : Uri
uri Uri
return 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) {