From 56709183373761920ebd10b4e1d749c20be6252c Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 6 May 2025 11:44:18 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 26971bbe..96738992 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -325,10 +325,6 @@ namespace WebSocketSharp /// /// Gets or sets the compression method used to compress a message. /// - /// - /// The set operation works if the current state of the interface is - /// New or Closed. - /// /// /// /// One of the enum values.