Skip to content

Commit 77eb83e

Browse files
authored
Merge pull request dotnet#37 from rwatjen/rwatjen-httpclienthandler-x509certificatecollection
ClientCertificates description was wrong
2 parents 2ebcc16 + 626b706 commit 77eb83e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

xml/System.Net.Http/HttpClientHandler.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ After NuGet package v4.3.2, the default value of <xref:System.Net.DecompressionM
226226
<ReturnType>System.Security.Cryptography.X509Certificates.X509CertificateCollection</ReturnType>
227227
</ReturnValue>
228228
<Docs>
229-
<summary>Gets the maximum allowed length of the response headers.</summary>
230-
<value>The length, in kilobytes (1024 bytes), of the response headers.</value>
229+
<summary>Gets the collection of security certificates that are associated requests to the server.</summary>
230+
<value>The X509CertificateCollection that is presented to the server when performing certificate based client authentication.</value>
231231
<remarks>To be added.</remarks>
232232
</Docs>
233233
</Member>
@@ -932,4 +932,4 @@ handler.ServerCertificateCustomValidationCallback = httpClientHandler.DangerousA
932932
</Docs>
933933
</Member>
934934
</Members>
935-
</Type>
935+
</Type>

0 commit comments

Comments
 (0)