Implemented interface member:
method
IsBypassed
System.Net.IWebProxy.IsBypassed(System.Uri)
2 references to IsBypassed
System.Net.WebProxy (2)
System\Net\WebProxy.cs (2)
36
/// When the <see cref="Address"/> property is <see langword="null"/>, the <see cref="
IsBypassed
"/> method returns <see langword="true"/> and the <see cref="GetProxy"/> method returns the destination address.
224
return
IsBypassed
(destination) ? destination : Address;