From 2dbc62df9c1171e1a72e00dba223b2fd7de7856d Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 3 Jun 2018 21:45:30 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index c5f896a2..e9977667 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3462,14 +3462,15 @@ namespace WebSocketSharp } /// - /// Sends the data from using the WebSocket - /// connection. + /// Sends the data from the specified stream using the WebSocket connection. /// - /// - /// The data is sent as the binary data. - /// /// - /// A instance from which to read the data to send. + /// + /// A instance from which to read the data to send. + /// + /// + /// The data is sent as the binary data. + /// /// /// /// An that specifies the number of bytes to send.