From 80273adef5dd95f9585a19e976d07e5b76798dfe Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 19 May 2018 20:35:00 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 6177b29d..d7ade7ae 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3378,11 +3378,13 @@ namespace WebSocketSharp /// /// Sends the specified file using the WebSocket connection. /// - /// - /// The file is sent as the binary data. - /// /// - /// A that specifies the file to send. + /// + /// A that specifies the file to send. + /// + /// + /// The file is sent as the binary data. + /// /// /// /// The current state of the connection is not Open.