Skip to content

Commit 0d53660

Browse files
author
Jan Jahoda
committed
Add proxy credentials rematk to HttpHandler.UseDefaultCredentials
1 parent 560f5df commit 0d53660

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

xml/System.Net.Http/HttpClientHandler.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,8 @@ handler.ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousA
10871087
10881088
## Remarks
10891089
Set this property to `true` when requests made by the <xref:System.Net.Http.HttpClientHandler> object should, if requested by the server, be authenticated using the credentials of the currently logged on user. For client applications, this is the desired behavior in most scenarios. For middle-tier applications, such as ASP.NET applications, instead of using this property, you would typically set the <xref:System.Net.Http.HttpClientHandler.Credentials%2A> property to the credentials of the client on whose behalf the request is made.
1090-
1090+
1091+
This property doesn't affect proxy credentials. Proxy credentials need to be explicitly set by the <xref:System.Net.Http.HttpClientHandler.DefaultProxyCredentials> property.
10911092
]]></format>
10921093
</remarks>
10931094
</Docs>

0 commit comments

Comments
 (0)