Implemented interface member:
method
IsBypassed
System.Net.IWebProxy.IsBypassed(System.Uri)
1 reference to IsBypassed
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
105return IsBypassed(destination) ? destination : Address;