diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index b3d24b4d..05101552 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2682,11 +2682,18 @@ namespace WebSocketSharp } /// - /// Sends the specified as binary data using the WebSocket connection. + /// Sends the specified as the binary data using + /// the WebSocket connection. /// /// /// A that represents the file to send. /// + /// + /// is . + /// + /// + /// The current state of the connection is not Open. + /// public void Send (FileInfo file) { if (file == null)