From eab8746d39e4474465dc5237fd8cf5429f55a754 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 22 Aug 2016 16:32:11 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 0e0f6ded..ebb4ffe4 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2243,15 +2243,12 @@ namespace WebSocketSharp } /// - /// Closes the WebSocket connection with the specified , + /// Closes the WebSocket connection with the specified , /// and releases all associated resources. /// - /// - /// This method emits a event if isn't in - /// the allowable range of the close status code. - /// /// - /// A that represents the status code indicating the reason for the close. + /// A that represents the status code indicating + /// the reason for the close. /// public void Close (ushort code) {