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