[Modify] Add it

This commit is contained in:
sta 2017-05-06 14:57:15 +09:00
parent 132d31cd12
commit 3ef3572f5e

View File

@ -58,6 +58,14 @@ namespace WebSocketSharp.Net
#region Public Constructors
/// <summary>
/// Initializes a new instance of the <see cref="ServerSslConfiguration"/> class.
/// </summary>
public ServerSslConfiguration ()
{
_enabledSslProtocols = SslProtocols.Default;
}
/// <summary>
/// Initializes a new instance of the <see cref="ServerSslConfiguration"/> class
/// with the specified <paramref name="serverCertificate"/>.