From 1f8d3e67356b206b4c991607ca8990644a44fcf1 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 14 Aug 2017 15:52:48 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 6a5c5ceb..91845b3b 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3183,15 +3183,17 @@ namespace WebSocketSharp } /// - /// Sends the specified of data from - /// the specified using the WebSocket + /// Sends the data from using the WebSocket /// connection. /// + /// + /// The data is sent as the binary data. + /// /// - /// A from which reads the binary data to send. + /// A instance from which to read the data to send. /// /// - /// An that specifies the number of bytes to read and send. + /// An that specifies the number of bytes to send. /// /// /// The current state of the connection is not Open.