diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 23a74188..1b32a2f7 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -644,14 +644,12 @@ namespace WebSocketSharp /// Gets the configuration for secure connection. /// /// - /// This configuration will be referenced when a secure - /// connection is established, so you must configure it - /// before calling any connect method. + /// This configuration will be referenced when attempts to connect, + /// so it must be configured before any connect method is called. /// /// /// A that represents - /// the configuration used to authenticate the server and - /// optionally the client for secure connection. + /// the configuration used to establish a secure connection. /// /// ///