From 80db30d1c55f9b021921c0a6cbc159ff11e9811e Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 23 Aug 2016 16:26:31 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index d9d60858..4f404dc0 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2306,19 +2306,16 @@ namespace WebSocketSharp } /// - /// Closes the WebSocket connection with the specified and - /// , and releases all associated resources. + /// Closes the WebSocket connection with the specified and + /// , and releases all associated resources. /// - /// - /// This method emits a event if isn't in - /// the allowable range of the close status code or the size of is - /// greater than 123 bytes. - /// /// - /// A that represents the status code indicating the reason for the close. + /// A that represents the status code indicating + /// the reason for the close. /// /// /// A that represents the reason for the close. + /// The size must be 123 bytes or less. /// public void Close (ushort code, string reason) {