diff --git a/xml/System.Net.Http/HttpClientHandler.xml b/xml/System.Net.Http/HttpClientHandler.xml index 5bb51b4934b..7df9dda569f 100644 --- a/xml/System.Net.Http/HttpClientHandler.xml +++ b/xml/System.Net.Http/HttpClientHandler.xml @@ -1234,8 +1234,8 @@ handler.ServerCertificateCustomValidationCallback = HttpClientHandler.DangerousA System.Security.Authentication.SslProtocols - Gets or sets the TLS/SSL protocol used by the objects managed by the HttpClientHandler object. - One of the values defined in the enumeration. + Gets or sets the TLS/SSL protocols used by the objects managed by the HttpClientHandler object. + A bitwise combination of the enumeration values that specify the TLS/SSL protocols. To be added. .NET Framework 4.7.1 only: This property is not implemented.