From 6b27b036d20825fa565a6f1699c28b37b2646676 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 17 Oct 2017 16:12:15 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 30a4aa28..2aae18e1 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -582,13 +582,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) {