From 3793b4112e4753aeb9e69ac823be32432798c510 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 11 May 2017 15:26:56 +0900 Subject: [PATCH] [Modify] Add it --- websocket-sharp/Net/ClientSslConfiguration.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/websocket-sharp/Net/ClientSslConfiguration.cs b/websocket-sharp/Net/ClientSslConfiguration.cs index 75056413..523b8e54 100644 --- a/websocket-sharp/Net/ClientSslConfiguration.cs +++ b/websocket-sharp/Net/ClientSslConfiguration.cs @@ -58,6 +58,14 @@ namespace WebSocketSharp.Net #region Public Constructors + /// + /// Initializes a new instance of the class. + /// + public ClientSslConfiguration () + { + _enabledSslProtocols = SslProtocols.Default; + } + /// /// Initializes a new instance of the class /// with the specified .