From b5fdf85b90640a9600e37ac6d6533c1f02231b4b Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 27 Oct 2017 17:27:22 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/WebSocket.cs | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/WebSocket.cs b/websocket-sharp/WebSocket.cs index 593a3332..3a9eae61 100644 --- a/websocket-sharp/WebSocket.cs +++ b/websocket-sharp/WebSocket.cs @@ -198,11 +198,17 @@ namespace WebSocketSharp /// /// Initializes a new instance of the class with - /// and . + /// and optionally . /// /// - /// A that specifies the URL of the WebSocket - /// server to connect. + /// + /// A that specifies the URL of the WebSocket + /// server to connect. + /// + /// + /// The new instance uses a secure connection if the scheme of + /// the URL is wss. + /// /// /// ///