Skip to content

Commit 33a4def

Browse files
author
Jan Jahoda
committed
More specific explanation
1 parent 0d53660 commit 33a4def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net.Http/HttpClientHandler.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ handler.ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousA
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.
10901090
1091-
This property doesn't affect proxy credentials. Proxy credentials need to be explicitly set by the <xref:System.Net.Http.HttpClientHandler.DefaultProxyCredentials> property.
1091+
This property doesn't affect proxy credentials. When the default (system) proxy is being used credentials need to be explicitly set by the <xref:System.Net.Http.HttpClientHandler.DefaultProxyCredentials> property. When the proxy is set by <xref:HttpClientHandler.Proxy> property, then credentials for the proxy should be set via its <xref:IWebProxy.Credentials> property.
10921092
]]></format>
10931093
</remarks>
10941094
</Docs>

0 commit comments

Comments
 (0)