diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 28c09280..cf0caa4c 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -2688,11 +2688,14 @@ namespace WebSocketSharp /// /// A that represents the file to send. /// + /// + /// The current state of the connection is not Open. + /// /// /// is . /// - /// - /// The current state of the connection is not Open. + /// + /// cannot be opened to read. /// public void Send (FileInfo file) {