Skip to content

Commit bb14310

Browse files
aik-jahodagewarren
andauthored
Update xml/System.Net.Http/HttpClientHandler.xml
Co-authored-by: Genevieve Warren <[email protected]>
1 parent 33a4def commit bb14310

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. 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.
1091+
This property doesn't affect proxy credentials. When the default (system) proxy is being used, set credentials explicitly by using the <xref:System.Net.Http.HttpClientHandler.DefaultProxyCredentials> property. When the proxy is set by the <xref:System.Net.Http.HttpClientHandler.Proxy> property, set credentials for the proxy via its <xref:System.Net.IWebProxy.Credentials> property.
10921092
]]></format>
10931093
</remarks>
10941094
</Docs>

0 commit comments

Comments
 (0)