From 3ef3572f5e058803785b92599ad9b63e9c472408 Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 6 May 2017 14:57:15 +0900 Subject: [PATCH] [Modify] Add it --- websocket-sharp/Net/ServerSslConfiguration.cs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/websocket-sharp/Net/ServerSslConfiguration.cs b/websocket-sharp/Net/ServerSslConfiguration.cs index 9920b8c0..c10b4dc1 100644 --- a/websocket-sharp/Net/ServerSslConfiguration.cs +++ b/websocket-sharp/Net/ServerSslConfiguration.cs @@ -58,6 +58,14 @@ namespace WebSocketSharp.Net #region Public Constructors + /// + /// Initializes a new instance of the class. + /// + public ServerSslConfiguration () + { + _enabledSslProtocols = SslProtocols.Default; + } + /// /// Initializes a new instance of the class /// with the specified .