From a03257ca4a5c33fc0ed33bfa9c6a071604bbb316 Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 17 Nov 2016 16:54:30 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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) {