[Modify] Add it

This commit is contained in:
sta 2017-05-11 15:26:56 +09:00
parent e22acbd240
commit 3793b4112e

View File

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