From 66221e5d55e639251f41bf6cef3f4ef490560c9c Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 30 Aug 2016 14:50:13 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 409c98da..3cb60c05 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2510,24 +2510,20 @@ namespace WebSocketSharp } /// - /// Closes the WebSocket connection asynchronously with the specified and - /// , and releases all associated resources. + /// Closes the WebSocket connection asynchronously with the specified + /// and , 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 or the size of is - /// greater than 123 bytes. - /// + /// 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. /// /// /// A that represents the reason for the close. + /// The size must be 123 bytes or less. /// public void CloseAsync (ushort code, string reason) {