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)