From 5b577d9daa7f43c56d9d6dc41da7445b2fac5071 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 10 Jun 2025 16:44:30 +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 bdb27c9c..617068cc 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3929,13 +3929,6 @@ namespace WebSocketSharp /// if not necessary. /// /// - /// - /// The SendAsync method is not available when the current state of - /// the interface is not Open. - /// - /// - /// is . - /// /// /// /// cannot be read. @@ -3953,6 +3946,13 @@ namespace WebSocketSharp /// No data could be read from . /// /// + /// + /// is . + /// + /// + /// The SendAsync method is not available when the current state of + /// the interface is not Open. + /// public void SendAsync (Stream stream, int length, Action completed) { if (_readyState != WebSocketState.Open) {