[Modify] Edit it

This commit is contained in:
sta 2018-07-21 22:20:02 +09:00
parent dac30f3eda
commit 934d143922

View File

@ -3098,16 +3098,15 @@ namespace WebSocketSharp
} }
/// <summary> /// <summary>
/// Closes the connection asynchronously with the specified /// Closes the connection asynchronously with the specified code and reason.
/// <paramref name="code"/> and <paramref name="reason"/>.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// <para> /// <para>
/// This method does not wait for the close to be complete. /// This method does not wait for the close to be complete.
/// </para> /// </para>
/// <para> /// <para>
/// And this method does nothing if the current state of /// This method does nothing if the current state of the connection is
/// the connection is Closing or Closed. /// Closing or Closed.
/// </para> /// </para>
/// </remarks> /// </remarks>
/// <param name="code"> /// <param name="code">
@ -3145,8 +3144,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-