From 6eae78902c23a3fa4c27c538af7a01eb81c7c3f6 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 1 Jun 2025 22:06:43 +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 dc9ceb7d..0b0ed263 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -3556,13 +3556,6 @@ namespace WebSocketSharp /// The file is sent as the binary data. /// /// - /// - /// The Send method is not available when the current state of - /// the interface is not Open. - /// - /// - /// is . - /// /// /// /// The file does not exist. @@ -3574,6 +3567,13 @@ namespace WebSocketSharp /// The file could not be opened. /// /// + /// + /// is . + /// + /// + /// The Send method is not available when the current state of + /// the interface is not Open. + /// public void Send (FileInfo fileInfo) { if (_readyState != WebSocketState.Open) {