From ed90f07b3eb38eb48ffb0e719d248c2bec00ba6e Mon Sep 17 00:00:00 2001 From: sta Date: Thu, 19 Oct 2017 14:43:49 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index c101b609..124d0b15 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -621,13 +621,16 @@ namespace WebSocketSharp.Server /// Gets the configuration for secure connections. /// /// - /// The configuration will be referenced when the server starts. - /// So you must configure it before calling the start method. + /// This configuration will be referenced when attempts to start, + /// so it must be configured before the start method is called. /// /// /// A that represents /// the configuration used to provide secure connections. /// + /// + /// This instance does not provide secure connections. + /// public ServerSslConfiguration SslConfiguration { get { if (!_secure) {