From dac30f3edaf4653c2db0aa9a0f62aec7516cf55c Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 20 Jul 2018 20:07:02 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 89f6184c..e1315c29 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2990,22 +2990,21 @@ namespace WebSocketSharp } /// - /// Closes the connection asynchronously with the specified - /// and . + /// Closes the connection asynchronously with the specified code and reason. /// /// /// /// This method does not wait for the close to be complete. /// /// - /// And this method does nothing if the current state of - /// the connection is Closing or Closed. + /// This method does nothing if the current state of the connection is + /// Closing or Closed. /// /// /// /// - /// 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 @@ -3048,8 +3047,7 @@ namespace WebSocketSharp /// -or- /// /// - /// is 1005 (no status) and - /// there is . + /// is 1005 (no status) and there is reason. /// /// /// -or-