From 380fc7da51ca12b0011816d3c49db05ef53ccb0c Mon Sep 17 00:00:00 2001 From: Miha Zupan Date: Wed, 3 Jun 2020 21:13:50 +0200 Subject: [PATCH 1/4] Fix enum value casing --- .../file-schema/network/proxy-element-network-settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/framework/configure-apps/file-schema/network/proxy-element-network-settings.md b/docs/framework/configure-apps/file-schema/network/proxy-element-network-settings.md index 955a892e4e6f2..b3deb594846e4 100644 --- a/docs/framework/configure-apps/file-schema/network/proxy-element-network-settings.md +++ b/docs/framework/configure-apps/file-schema/network/proxy-element-network-settings.md @@ -75,9 +75,9 @@ Defines a proxy server. From 375fe65ed5be8c3643604a16e25e240865a27386 Mon Sep 17 00:00:00 2001 From: Miha Zupan Date: Wed, 3 Jun 2020 21:15:15 +0200 Subject: [PATCH 2/4] Fix enum value casing --- docs/framework/network-programming/proxy-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/network-programming/proxy-configuration.md b/docs/framework/network-programming/proxy-configuration.md index ad32dd4060a33..ce1b104119fbd 100644 --- a/docs/framework/network-programming/proxy-configuration.md +++ b/docs/framework/network-programming/proxy-configuration.md @@ -60,7 +60,7 @@ A proxy server handles client requests for resources. A proxy can return a reque From 81b53b2560007ae92c418a94c42f01c7384304f6 Mon Sep 17 00:00:00 2001 From: Miha Zupan Date: Wed, 3 Jun 2020 21:18:50 +0200 Subject: [PATCH 3/4] Fix enum value casing --- .../network/defaultproxy-element-network-settings.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/framework/configure-apps/file-schema/network/defaultproxy-element-network-settings.md b/docs/framework/configure-apps/file-schema/network/defaultproxy-element-network-settings.md index 83cf9929e033b..39276aefa207f 100644 --- a/docs/framework/configure-apps/file-schema/network/defaultproxy-element-network-settings.md +++ b/docs/framework/configure-apps/file-schema/network/defaultproxy-element-network-settings.md @@ -20,8 +20,8 @@ Configures the Hypertext Transfer Protocol (HTTP) proxy server. ```xml + enabled="True|False" + useDefaultCredentials="True|False"> ... ... ... @@ -35,8 +35,8 @@ Configures the Hypertext Transfer Protocol (HTTP) proxy server. |**Element**|**Description**| |-----------------|---------------------| -|`enabled`|Specifies whether a web proxy is used. The default value is `true`.| -|`useDefaultCredentials`|Specifies whether the default credentials for this host are used to access the web proxy. The default value is `false`.| +|`enabled`|Specifies whether a web proxy is used. The default value is `True`.| +|`useDefaultCredentials`|Specifies whether the default credentials for this host are used to access the web proxy. The default value is `False`.| ### Child Elements @@ -68,9 +68,9 @@ Configures the Hypertext Transfer Protocol (HTTP) proxy server. From 18a42720411cd64de5cf0af73e7cf648765cf051 Mon Sep 17 00:00:00 2001 From: Miha Zupan Date: Wed, 3 Jun 2020 21:21:04 +0200 Subject: [PATCH 4/4] Fix enum value casing --- .../network/proxy-element-network-settings.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/framework/configure-apps/file-schema/network/proxy-element-network-settings.md b/docs/framework/configure-apps/file-schema/network/proxy-element-network-settings.md index b3deb594846e4..e1d88509b1ce7 100644 --- a/docs/framework/configure-apps/file-schema/network/proxy-element-network-settings.md +++ b/docs/framework/configure-apps/file-schema/network/proxy-element-network-settings.md @@ -21,11 +21,11 @@ Defines a proxy server. ```xml ``` @@ -36,11 +36,11 @@ Defines a proxy server. |**Attribute**|**Description**| |-------------------|---------------------| -|`autoDetect`|Specifies whether the proxy is automatically detected. The default value is `unspecified`.| -|`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`.| +|`autoDetect`|Specifies whether the proxy is automatically detected. The default value is `Unspecified`.| +|`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`.| |`proxyaddress`|Specifies the proxy URI to use.| |`scriptLocation`|Specifies the location of the configuration script. Do not use the `bypassonlocal` attribute with this attribute. | -|`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`.| +|`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`.| ### Child Elements None.