ProxyElement::UseSystemDefaultValues Enumeration
.NET Framework (current version)
Specifies whether to use the local system proxy settings to determine whether the proxy is bypassed for local resources.
Assembly: System (in System.dll)
| Member name | Description | |
|---|---|---|
| False | Do not use system default proxy setting values | |
| True | Use system default proxy setting values. | |
| Unspecified | The system default proxy setting is 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: