diff --git a/websocket-sharp/Net/ClientSslConfiguration.cs b/websocket-sharp/Net/ClientSslConfiguration.cs index fc7bebe9..2ca769cb 100644 --- a/websocket-sharp/Net/ClientSslConfiguration.cs +++ b/websocket-sharp/Net/ClientSslConfiguration.cs @@ -59,14 +59,6 @@ namespace WebSocketSharp.Net #region Public Constructors - /// - /// Initializes a new instance of the class. - /// - public ClientSslConfiguration () - { - _enabledSslProtocols = SslProtocols.None; - } - /// /// Initializes a new instance of the /// class with the specified target host server name.