From de8e9a738235b5bf9c516d83765aa61d59e24083 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 6 Jun 2017 15:23:14 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 69f8a61e..6b424367 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -563,12 +563,15 @@ namespace WebSocketSharp.Server } /// - /// Gets the SSL configuration used to authenticate the server and - /// optionally the client for secure connection. + /// 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. + /// /// - /// A that represents the configuration used to - /// authenticate the server and optionally the client for secure connection. + /// A that represents + /// the configuration used to provide secure connections. /// public ServerSslConfiguration SslConfiguration { get {