System.Net.Tests.ServicePointManagerTest.FixedWebProxy.IsBypassed C# (CSharp) Method

IsBypassed() public method

public IsBypassed ( Uri host ) : bool
host Uri
return bool
            public bool IsBypassed(Uri host) => false;
            public ICredentials Credentials { get; set; }
ServicePointManagerTest.FixedWebProxy