From 7b240345e3e233c49c5245b17fbeef67b336861b Mon Sep 17 00:00:00 2001 From: sta Date: Sat, 29 Oct 2016 17:26:43 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 6884635a..c6be71d1 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -522,12 +522,16 @@ namespace WebSocketSharp.Server } /// - /// Gets or sets the SSL configuration used to authenticate the server and - /// optionally the client for secure connection. + /// Gets the configuration used to authenticate the server and + /// optionally the client for the secure connection. /// + /// + /// 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 for the secure connection. /// public ServerSslConfiguration SslConfiguration { get {