Skip to content

Commit debb2d2

Browse files
author
Ron Petrusha
committed
Added exception information
1 parent eaec4a6 commit debb2d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

xml/System.Net.Http/HttpClientHandler.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ After NuGet package v4.3.2, the default value of <xref:System.Net.DecompressionM
172172
<value>
173173
<see langword="true" /> if the certificate revocation list is checked; otherwise, <see langword="false" />.</value>
174174
<remarks>To be added.</remarks>
175+
<exception cref="T:System.PlatformNotSupportedException">.NET Framework 4.7.1 only: This property is not implemented.</exception>
175176
</Docs>
176177
</Member>
177178
<Member MemberName="ClientCertificateOptions">
@@ -729,6 +730,7 @@ After NuGet package v4.3.2, the default value of <xref:System.Net.DecompressionM
729730
<summary>Gets or sets the TLS/SSL protocol used by the <see cref="T:System.Net.Http.HttpClient" /> objects managed by the HttpClientHandler object.</summary>
730731
<value>One of the values defined in the <see cref="T:System.Security.Authentication.SslProtocols" /> enumeration.</value>
731732
<remarks>To be added.</remarks>
733+
<exception cref="T:System.PlatformNotSupportedException">.NET Framework 4.7.1 only: This property is not implemented.</exception>
732734
</Docs>
733735
</Member>
734736
<Member MemberName="SupportsAutomaticDecompression">

0 commit comments

Comments
 (0)