[Modify] Add it

master
sta 9 years ago
parent 132d31cd12
commit 3ef3572f5e

@ -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"/>.

Loading…
Cancel
Save