[Modify] Edit it
This commit is contained in:
parent
190bf4dedf
commit
fca56b7cec
@ -55,12 +55,12 @@ namespace WebSocketSharp.Net
|
|||||||
#region Public Constructors
|
#region Public Constructors
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Initializes a new instance of the <see cref="ClientSslConfiguration"/> class with
|
/// Initializes a new instance of the <see cref="ClientSslConfiguration"/> class
|
||||||
/// the specified <paramref name="targetHost"/>.
|
/// with the specified <paramref name="targetHost"/>.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="targetHost">
|
/// <param name="targetHost">
|
||||||
/// A <see cref="string"/> that represents the name of the server that shares
|
/// A <see cref="string"/> that represents the name of the server that
|
||||||
/// a secure connection.
|
/// will share a secure connection.
|
||||||
/// </param>
|
/// </param>
|
||||||
public ClientSslConfiguration (string targetHost)
|
public ClientSslConfiguration (string targetHost)
|
||||||
: this (targetHost, null, SslProtocols.Default, false)
|
: this (targetHost, null, SslProtocols.Default, false)
|
||||||
|
Loading…
Reference in New Issue
Block a user