ProxyElement::BypassOnLocalValues Enumeration
.NET Framework (current version)
Specifies whether the proxy is bypassed for local resources.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| False | All requests for local resources should go through the proxy | |
| True | Access local resources directly. | |
| Unspecified | Unspecified. |
Local resources include the local server (http://localhost, http://loopback, or http://127.0.0.1) and a URI without a period (http://webserver).
.NET Framework
Available since 2.0
Available since 2.0
Show: