Skip to content

Commit 060c4a2

Browse files
authored
Update WebProxyScriptElement.xml (#2363)
Fix typo - swapped time units
1 parent 24fd8db commit 060c4a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Net.Configuration/WebProxyScriptElement.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<remarks>
6464
<format type="text/markdown"><![CDATA[
6565
66-
Starting with .NET Framework 4.8, the `WinHttpAutoProxySvc` service attempts to download an `AutoConfigUrl` script if the initial attempt fails. By default, its value is 600 minutes (10 seconds).
66+
Starting with .NET Framework 4.8, the `WinHttpAutoProxySvc` service attempts to download an `AutoConfigUrl` script if the initial attempt fails. By default, its value is 600 seconds (10 minutes).
6767
6868
In previous versions of the .NET Framework, the runtime is not notified of the failure to download the script, nor is the download retried. You can restore the previous behavior by setting the value of this property to 0.
6969
@@ -148,4 +148,4 @@ In previous versions of the .NET Framework, the runtime is not notified of the f
148148
</Docs>
149149
</Member>
150150
</Members>
151-
</Type>
151+
</Type>

0 commit comments

Comments
 (0)