From d338ccd5d6ce5c4b1bdcc0615a4905973d42e8b0 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 9 Jul 2018 20:21:10 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 10c3d795..708ca6cc 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2671,8 +2671,7 @@ namespace WebSocketSharp } /// - /// Closes the connection with the specified and - /// . + /// Closes the connection with the specified code and reason. /// /// /// This method does nothing if the current state of the connection is @@ -2680,8 +2679,8 @@ namespace WebSocketSharp /// /// /// - /// A that represents the status code - /// indicating the reason for the close. + /// A that represents the status code indicating + /// the reason for the close. /// /// /// The status codes are defined in @@ -2724,8 +2723,7 @@ namespace WebSocketSharp /// -or- /// /// - /// is 1005 (no status) and - /// there is . + /// is 1005 (no status) and there is reason. /// /// /// -or-