diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 7bf98069..14eb555e 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3794,13 +3794,6 @@ namespace WebSocketSharp /// if not necessary. /// /// - /// - /// The SendAsync method is not available when the current state of - /// the interface is not Open. - /// - /// - /// is . - /// /// /// /// The file does not exist. @@ -3812,6 +3805,13 @@ namespace WebSocketSharp /// The file could not be opened. /// /// + /// + /// is . + /// + /// + /// The SendAsync method is not available when the current state of + /// the interface is not Open. + /// public void SendAsync (FileInfo fileInfo, Action completed) { if (_readyState != WebSocketState.Open) {