[Modify] Edit it

This commit is contained in:
sta 2017-05-10 14:38:05 +09:00
parent 190bf4dedf
commit fca56b7cec

View File

@ -55,12 +55,12 @@ namespace WebSocketSharp.Net
#region Public Constructors
/// <summary>
/// Initializes a new instance of the <see cref="ClientSslConfiguration"/> class with
/// the specified <paramref name="targetHost"/>.
/// Initializes a new instance of the <see cref="ClientSslConfiguration"/> class
/// with the specified <paramref name="targetHost"/>.
/// </summary>
/// <param name="targetHost">
/// A <see cref="string"/> that represents the name of the server that shares
/// a secure connection.
/// A <see cref="string"/> that represents the name of the server that
/// will share a secure connection.
/// </param>
public ClientSslConfiguration (string targetHost)
: this (targetHost, null, SslProtocols.Default, false)