From 79dd2a7397c3765e781fcfe34a009fddd47f5bba Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 14 Aug 2017 15:03:03 +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 e522b1ce..7e262241 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3099,10 +3099,13 @@ namespace WebSocketSharp } /// - /// Sends the specified file as the binary data using the WebSocket connection. + /// Sends the specified file using the WebSocket connection. /// + /// + /// The file is sent as the binary data. + /// /// - /// A that specifies a file to send. + /// A that specifies the file to send. /// /// /// The current state of the connection is not Open.