From e8407ca467dcb76fdc904726ecaf30a2b7707c28 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 10 Jan 2018 16:56:59 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Net/HttpListenerRequest.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Net/HttpListenerRequest.cs b/websocket-sharp/Net/HttpListenerRequest.cs index ac767e79..e333adda 100644 --- a/websocket-sharp/Net/HttpListenerRequest.cs +++ b/websocket-sharp/Net/HttpListenerRequest.cs @@ -280,10 +280,12 @@ namespace WebSocketSharp.Net } /// - /// Gets a value indicating whether the HTTP connection is secured using the SSL protocol. + /// Gets a value indicating whether a secure connection is used to send + /// the request. /// /// - /// true if the HTTP connection is secured; otherwise, false. + /// true if the connection is a secure connection; otherwise, + /// false. /// public bool IsSecureConnection { get {