Skip to content

Commit defed84

Browse files
committed
[Modify] Edit it
1 parent ceadec3 commit defed84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

websocket-sharp/WebSocket.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2497,7 +2497,9 @@ public void CloseAsync (CloseStatusCode code)
24972497
/// </remarks>
24982498
/// <param name="code">
24992499
/// A <see cref="ushort"/> that represents the status code indicating
2500-
/// the reason for the close.
2500+
/// the reason for the close. The status codes are defined in
2501+
/// <see href="http://tools.ietf.org/html/rfc6455#section-7.4">
2502+
/// Section 7.4</see> of RFC 6455.
25012503
/// </param>
25022504
/// <param name="reason">
25032505
/// A <see cref="string"/> that represents the reason for the close.

0 commit comments

Comments
 (0)