From 6e494c20115376552d2f5ee434ebd89296d3d865 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 11 May 2025 16:43:29 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index c3513fdf..fd357096 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -727,13 +727,15 @@ namespace WebSocketSharp /// /// /// - /// The interface is not for the client. + /// The get operation is not available if the interface is not for + /// the client. /// /// /// -or- /// /// - /// The interface does not use a secure connection. + /// The get operation is not available if the interface does not use + /// a secure connection. /// /// public ClientSslConfiguration SslConfiguration {