Mono Class Library: System.Net.IWebProxy Overview | MembersSystem.Net.IWebProxy.IsBypassed Method |
Returns a bool value that indicates whether the proxy server is not used to access a specified server. [Edit]
|
true if the proxy server is not used to access the server specified in host; otherwise, false. [Edit]
Operation
The value returned by the IWebProxy.IsBypassed(Uri) method indicates whether requests that access the server specified in the host parameter bypass the proxy server.Usage
If IWebProxy.IsBypassed(Uri) is true , requests and responses between the client and host are not required to go through the proxy server. [Edit]
Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0