[Modify] Edit it

This commit is contained in:
sta 2018-07-24 21:11:24 +09:00
parent 560c23109f
commit f779439898

View File

@ -1440,13 +1440,12 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Stops receiving incoming handshake requests and closes each /// Stops receiving incoming handshake requests and closes each connection
/// connection with the specified <paramref name="code"/> and /// with the specified code and reason.
/// <paramref name="reason"/>.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This method does nothing if the server is not started, /// This method does nothing if the server is not started, it is shutting
/// it is shutting down, or it has already stopped. /// down, or it has already stopped.
/// </remarks> /// </remarks>
/// <param name="code"> /// <param name="code">
/// <para> /// <para>
@ -1474,8 +1473,7 @@ namespace WebSocketSharp.Server
/// </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-