From e68d2ab62f4ae6b041f31e904bee654014198b7a Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 16 Nov 2016 16:19:03 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index d67166c7..4f1e2e7a 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2657,11 +2657,17 @@ namespace WebSocketSharp } /// - /// Sends binary using the WebSocket connection. + /// Sends the specified using the WebSocket connection. /// /// /// An array of that represents the binary data to send. /// + /// + /// is . + /// + /// + /// The current state of the connection is not Open. + /// public void Send (byte[] data) { if (data == null)