From 498ef95756484d8eea16e1b6878add99d2c496a5 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 16 Apr 2018 17:31:09 +0900 Subject: [PATCH] [Modify] Edit it --- .../Net/WebSockets/TcpListenerWebSocketContext.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs index 06a7c43b..2a06ea9f 100644 --- a/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs +++ b/websocket-sharp/Net/WebSockets/TcpListenerWebSocketContext.cs @@ -198,10 +198,11 @@ namespace WebSocketSharp.Net.WebSockets } /// - /// Gets a value indicating whether the WebSocket connection is secured. + /// Gets a value indicating whether a secure connection is used to send + /// the handshake request. /// /// - /// true if the connection is secured; otherwise, false. + /// true if the connection is secure; otherwise, false. /// public override bool IsSecureConnection { get {