You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/framework/configure-apps/file-schema/network/proxy-element-network-settings.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,11 @@ Defines a proxy server.
22
22
23
23
```xml
24
24
<proxy
25
-
autoDetect="true|false|unspecified"
26
-
bypassonlocal="true|false|unspecified"
25
+
autoDetect="True|False|Unspecified"
26
+
bypassonlocal="True|False|Unspecified"
27
27
proxyaddress="uriString"
28
28
scriptLocation="uriString"
29
-
usesystemdefault="true|false|unspecified"
29
+
usesystemdefault="True|False|Unspecified"
30
30
/>
31
31
```
32
32
@@ -37,11 +37,11 @@ Defines a proxy server.
37
37
38
38
|**Attribute**|**Description**|
39
39
|-------------------|---------------------|
40
-
|`autoDetect`|Specifies whether the proxy is automatically detected. The default value is `unspecified`.|
41
-
|`bypassonlocal`|Specifies whether the proxy is bypassed for local resources. Local resources include the local server (`http://localhost`, `http://loopback`, or `http://127.0.0.1`) and a URI without a period (`http://webserver`). The default value is `unspecified`.|
40
+
|`autoDetect`|Specifies whether the proxy is automatically detected. The default value is `Unspecified`.|
41
+
|`bypassonlocal`|Specifies whether the proxy is bypassed for local resources. Local resources include the local server (`http://localhost`, `http://loopback`, or `http://127.0.0.1`) and a URI without a period (`http://webserver`). The default value is `Unspecified`.|
42
42
|`proxyaddress`|Specifies the proxy URI to use.|
43
43
|`scriptLocation`|Specifies the location of the configuration script. Do not use the `bypassonlocal` attribute with this attribute. |
44
-
|`usesystemdefault`|Specifies whether to use Internet Explorer proxy settings. If set to `true`, subsequent attributes will override Internet Explorer proxy settings. The default value is `unspecified`.|
44
+
|`usesystemdefault`|Specifies whether to use Internet Explorer proxy settings. If set to `True`, subsequent attributes will override Internet Explorer proxy settings. The default value is `Unspecified`.|
0 commit comments