From 60e49568bbaad1a63d349fb67b6fbb2d6d59a9b7 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 1 Jun 2018 19:24:57 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index e9bc8bf0..c5f896a2 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3697,19 +3697,19 @@ namespace WebSocketSharp } /// - /// Sends the data from asynchronously using + /// Sends the data from the specified stream asynchronously using /// the WebSocket connection. /// /// + /// This method does not wait for the send to be complete. + /// + /// + /// + /// A instance from which to read the data to send. + /// /// /// The data is sent as the binary data. /// - /// - /// This method does not wait for the send to be complete. - /// - /// - /// - /// A instance from which to read the data to send. /// /// /// An that specifies the number of bytes to send.