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) {