From 65212058749ba8271375964bfe943c9640df9159 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 30 May 2018 19:26:14 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index adeccb16..c9d11057 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3582,15 +3582,15 @@ namespace WebSocketSharp /// Sends the specified file asynchronously using the WebSocket connection. /// /// + /// This method does not wait for the send to be complete. + /// + /// + /// + /// A that specifies the file to send. + /// /// /// The file is sent as the binary data. /// - /// - /// This method does not wait for the send to be complete. - /// - /// - /// - /// A that specifies the file to send. /// /// ///