Skip to content

Commit 0d76620

Browse files
authored
Update SslProtocols property value (#11247)
1 parent 9b479ca commit 0d76620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Net.Http/HttpClientHandler.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,8 +1234,8 @@ handler.ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousA
12341234
<ReturnType>System.Security.Authentication.SslProtocols</ReturnType>
12351235
</ReturnValue>
12361236
<Docs>
1237-
<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>
1238-
<value>One of the values defined in the <see cref="T:System.Security.Authentication.SslProtocols" /> enumeration.</value>
1237+
<summary>Gets or sets the TLS/SSL protocols used by the <see cref="T:System.Net.Http.HttpClient" /> objects managed by the HttpClientHandler object.</summary>
1238+
<value>A bitwise combination of the enumeration values that specify the TLS/SSL protocols.</value>
12391239
<remarks>To be added.</remarks>
12401240
<exception cref="T:System.PlatformNotSupportedException">.NET Framework 4.7.1 only: This property is not implemented.</exception>
12411241
</Docs>

0 commit comments

Comments
 (0)