From 675d42346d9428daae71ff6cc9a326684e5aa903 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 31 Aug 2016 16:09:22 +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 09811161..d972b779 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2553,24 +2553,19 @@ namespace WebSocketSharp /// /// Closes the WebSocket connection asynchronously with the specified - /// and , and releases + /// and , and releases /// all associated resources. /// /// - /// - /// This method doesn't wait for the close to be complete. - /// - /// - /// This method emits a event if the size of - /// is greater than 123 bytes. - /// + /// This method does not wait for the close to be complete. /// /// - /// One of the enum values, represents the status code indicating - /// the reason for the close. + /// One of the enum values 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 (CloseStatusCode code, string reason) {