|
|
|
@ -59,14 +59,6 @@ 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.None;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// Initializes a new instance of the <see cref="ClientSslConfiguration"/>
|
|
|
|
/// Initializes a new instance of the <see cref="ClientSslConfiguration"/>
|
|
|
|
/// class with the specified target host server name.
|
|
|
|
/// class with the specified target host server name.
|
|
|
|
|