[Modify] Edit it

This commit is contained in:
sta 2020-12-02 19:47:07 +09:00
parent b401fef5e8
commit 2fd5202b17

View File

@ -187,8 +187,10 @@ namespace WebSocketSharp.Net
/// </summary> /// </summary>
/// <value> /// <value>
/// <para> /// <para>
/// The <see cref="SslProtocols"/> enum values that represent /// Any of the <see cref="SslProtocols"/> enum values.
/// the protocols used for authentication. /// </para>
/// <para>
/// It represents the protocols used for authentication.
/// </para> /// </para>
/// <para> /// <para>
/// The default value is <see cref="SslProtocols.None"/>. /// The default value is <see cref="SslProtocols.None"/>.