[Modify] Edit it

This commit is contained in:
sta 2016-09-12 16:24:28 +09:00
parent ceadec3c1c
commit defed84883

View File

@ -2497,7 +2497,9 @@ namespace WebSocketSharp
/// </remarks>
/// <param name="code">
/// A <see cref="ushort"/> that represents the status code indicating
/// the reason for the close.
/// the reason for the close. The status codes are defined in
/// <see href="http://tools.ietf.org/html/rfc6455#section-7.4">
/// Section 7.4</see> of RFC 6455.
/// </param>
/// <param name="reason">
/// A <see cref="string"/> that represents the reason for the close.