From f79a66ac05510df0cf24bb0a8ad8aad8135cf780 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 25 Oct 2017 17:57:07 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 95043dcc..30b9d79a 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -459,12 +459,11 @@ namespace WebSocketSharp.Server } /// - /// Gets a value indicating whether the server provides - /// secure connections. + /// Gets a value indicating whether secure connections are provided. /// /// - /// true if the server provides secure connections; - /// otherwise, false. + /// true if this instance provides secure connections; otherwise, + /// false. /// public bool IsSecure { get {