[Modify] Edit it

This commit is contained in:
sta 2017-05-25 15:05:15 +09:00
parent 4d196e5798
commit b4dd374df2

View File

@ -1342,9 +1342,9 @@ namespace WebSocketSharp.Server
} }
/// <summary> /// <summary>
/// Stops receiving the WebSocket handshake requests, /// Stops receiving incoming handshake requests and closes each
/// and closes the WebSocket connections with the specified /// connection with the specified <paramref name="code"/> and
/// <paramref name="code"/> and <paramref name="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,
@ -1362,8 +1362,8 @@ namespace WebSocketSharp.Server
/// </para> /// </para>
/// </param> /// </param>
/// <param name="reason"> /// <param name="reason">
/// A <see cref="string"/> that represents the reason for /// A <see cref="string"/> that represents the reason for the close.
/// the close. The size must be 123 bytes or less in UTF-8. /// The size must be 123 bytes or less in UTF-8.
/// </param> /// </param>
/// <exception cref="ArgumentOutOfRangeException"> /// <exception cref="ArgumentOutOfRangeException">
/// <para> /// <para>