From defed84883db664d6a56da50a844e0d374a8ac26 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 12 Sep 2016 16:24:28 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 862e557e..614a7a6d 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2497,7 +2497,9 @@ namespace WebSocketSharp /// /// /// A that represents the status code indicating - /// the reason for the close. + /// the reason for the close. The status codes are defined in + /// + /// Section 7.4 of RFC 6455. /// /// /// A that represents the reason for the close.