[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 #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)