From 860165eb14966586243ed0e4c29b28fdeb35ad68 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 18 Oct 2017 14:57:04 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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. /// /// ///