From 69a1843d894c28a9ed20f3e7175e57efcc248fa5 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 28 Aug 2016 16:22:03 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 200ab5fc..ec7887e9 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2435,20 +2435,15 @@ namespace WebSocketSharp } /// - /// Closes the WebSocket connection asynchronously with the specified , - /// and releases all associated resources. + /// Closes the WebSocket connection asynchronously with the specified + /// , and releases all associated resources. /// /// - /// - /// This method doesn't wait for the close to be complete. - /// - /// - /// This method emits a event if isn't in - /// the allowable range of the close status code. - /// + /// This method does not wait for the close to be complete. /// /// - /// 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 CloseAsync (ushort code) {