System.Net.Tests.GlobalProxySelectionTest.MyWebProxy.IsBypassed C# (CSharp) Method

IsBypassed() public method

public IsBypassed ( Uri host ) : bool
host Uri
return bool
            public bool IsBypassed(Uri host)
            {
                throw new NotImplementedException();
            }
        }
GlobalProxySelectionTest.MyWebProxy