From 2ded18565e4da8b1de3a9dfcc95397e6af74f6d1 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 7 Jun 2017 15:50:48 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index d8d48864..29b04f1d 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -341,10 +341,12 @@ namespace WebSocketSharp.Server } /// - /// Gets a value indicating whether the server provides a secure connection. + /// Gets a value indicating whether the server provides + /// secure connections. /// /// - /// true if the server provides a secure connection; otherwise, false. + /// true if the server provides secure connections; + /// otherwise, false. /// public bool IsSecure { get {