[Modify] Edit it

This commit is contained in:
sta 2018-07-10 20:35:53 +09:00
parent d338ccd5d6
commit e437c487af

View File

@ -2774,8 +2774,7 @@ namespace WebSocketSharp
} }
/// <summary> /// <summary>
/// Closes the connection with the specified <paramref name="code"/> and /// Closes the connection with the specified code and reason.
/// <paramref name="reason"/>.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This method does nothing if the current state of the connection is /// This method does nothing if the current state of the connection is
@ -2816,8 +2815,7 @@ namespace WebSocketSharp
/// </para> /// </para>
/// <para> /// <para>
/// <paramref name="code"/> is /// <paramref name="code"/> is
/// <see cref="CloseStatusCode.NoStatus"/> and /// <see cref="CloseStatusCode.NoStatus"/> and there is reason.
/// there is <paramref name="reason"/>.
/// </para> /// </para>
/// <para> /// <para>
/// -or- /// -or-