From b05a3098cf5f207ad24788a0307c68aebf017bbe Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 17 Nov 2016 04:24:23 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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)