10000 Added exception information by rpetrusha · Pull Request #11 · dotnet/dotnet-api-docs · GitHub
[go: up one dir, main page]

Skip to content

Added exception information #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 3, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions xml/System.Net.Http/HttpClientHandler.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ After NuGet package v4.3.2, the default value of <xref:System.Net.DecompressionM
<value>
<see langword="true" /> if the certificate revocation list is checked; otherwise, <see langword="false" />.</value>
<remarks>To be added.</remarks>
<exception cref="T:System.PlatformNotSupportedException">.NET Framework 4.7.1 only: This property is not implemented.</exception>
</Docs>
</Member>
<Member MemberName="ClientCertificateOptions">
Expand Down Expand Up @@ -729,6 +730,7 @@ After NuGet package v4.3.2, the default value of <xref:System.Net.DecompressionM
<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>
<value>One of the values defined in the <see cref="T:System.Security.Authentication.SslProtocols" /> enumeration.</value>
<remarks>To be added.</remarks>
<exception cref="T:System.PlatformNotSupportedException">.NET Framework 4.7.1 only: This property is not implemented.</exception>
</Docs>
</Member>
<Member MemberName="SupportsAutomaticDecompression">
Expand Down
0