System.Net.Http.WinHttpHandlerUnitTests.WinHttpHandlerTest.FakeDefaultWebProxy.IsBypassed C# (CSharp) Method

IsBypassed() public method

public IsBypassed ( Uri host ) : bool
host System.Uri
return bool
            public bool IsBypassed(Uri host)
            {
                throw new PlatformNotSupportedException();
            }
        }
WinHttpHandlerTest.FakeDefaultWebProxy