From 90c32775fc5194e55b9e29d7b4f9cd5ab5958f85 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 6 Jun 2025 16:32:12 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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) {