Skip to content

Commit 40d5669

Browse files
committed
DefaultProxyCredentials
1 parent f36f2ff commit 40d5669

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

xml/System.Net.Http/WinHttpHandler.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -316,15 +316,14 @@ When this property is set to `true`, all HTTP redirect responses from the server
316316
<ReturnType>System.Net.ICredentials</ReturnType>
317317
</ReturnValue>
318318
<Docs>
319-
<summary>Gets or sets the credentials used to authenticate the user to an authenticating proxy.</summary>
320-
<value>To be added.</value>
319+
<summary>When the default (system) proxy is used, gets or sets the credentials used to submit to the default proxy server for authentication.</summary>
320+
<value>The credentials used to authenticate the user to an authenticating proxy.</value>
321321
<remarks>
322322
<format type="text/markdown"><![CDATA[
323323
324-
## Remarks
325-
The default value for this property is <xref:System.Net.CredentialCache.DefaultCredentials?displayProperty=nameWithType>.
324+
The default proxy is used only when <xref:System.Net.Http.WinHttpHandler.Proxy> is set to `null`.
326325
327-
]]></format>
326+
]]></format>
328327
</remarks>
329328
</Docs>
330329
</Member>

0 commit comments

Comments
 (0)