There was an error while loading. Please reload this page.
1 parent ceadec3 commit defed84Copy full SHA for defed84
websocket-sharp/WebSocket.cs
@@ -2497,7 +2497,9 @@ public void CloseAsync (CloseStatusCode code)
2497
/// </remarks>
2498
/// <param name="code">
2499
/// A <see cref="ushort"/> that represents the status code indicating
2500
- /// the reason for the close.
+ /// 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.
2503
/// </param>
2504
/// <param name="reason">
2505
/// A <see cref="string"/> that represents the reason for the close.
0 commit comments