From 859875461b850c031f23e0a680b6d32e40c48439 Mon Sep 17 00:00:00 2001
From: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
Date: Fri, 25 Apr 2025 07:11:15 -0700
Subject: [PATCH] Update SslProtocols property value
---
xml/System.Net.Http/HttpClientHandler.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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.