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 {