From 9abe3e0c890854d1ec715cba5ac73d9841e50352 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 25 Oct 2017 17:52:06 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 7e1d4df5..490613df 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -420,12 +420,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 {