[Modify] Add it
This commit is contained in:
parent
132d31cd12
commit
3ef3572f5e
@ -58,6 +58,14 @@ namespace WebSocketSharp.Net
|
|||||||
|
|
||||||
#region Public Constructors
|
#region Public Constructors
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Initializes a new instance of the <see cref="ServerSslConfiguration"/> class.
|
||||||
|
/// </summary>
|
||||||
|
public ServerSslConfiguration ()
|
||||||
|
{
|
||||||
|
_enabledSslProtocols = SslProtocols.Default;
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="ServerSslConfiguration"/> class
|
/// Initializes a new instance of the <see cref="ServerSslConfiguration"/> class
|
||||||
/// with the specified <paramref name="serverCertificate"/>.
|
/// with the specified <paramref name="serverCertificate"/>.
|
||||||
|
Loading…
Reference in New Issue
Block a user