[Modify] Edit it
This commit is contained in:
parent
8870cf56a1
commit
9b0493cdfa
@ -2319,7 +2319,9 @@ namespace WebSocketSharp
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="code">
|
/// <param name="code">
|
||||||
/// A <see cref="ushort"/> that represents the status code indicating
|
/// 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>
|
||||||
/// <param name="reason">
|
/// <param name="reason">
|
||||||
/// A <see cref="string"/> that represents the reason for the close.
|
/// A <see cref="string"/> that represents the reason for the close.
|
||||||
|
Loading…
Reference in New Issue
Block a user