Skip to content

Commit bf64f0d

Browse files
committed
Fix docs about ssl protocols default
1 parent 40d5669 commit bf64f0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net.Http/WinHttpHandler.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ The default proxy is used only when <xref:System.Net.Http.WinHttpHandler.Proxy>
825825
<format type="text/markdown"><![CDATA[
826826
827827
## Remarks
828-
The default value is `SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12`.
828+
The default value is `None`, which is the recommended value. It allows the operating system to choose the best protocol to use, and to block protocols that are not secure. For more information, see <xref:System.Net.Security.SslProtocols>.
829829
830830
]]></format>
831831
</remarks>

0 commit comments

Comments
 (0)