diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 896acbb6..b4d2a2e4 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -540,8 +540,7 @@ namespace WebSocketSharp.Server } /// - /// Gets the configuration used to authenticate the server and - /// optionally the client for the secure connection. + /// Gets the configuration used to provide secure connections. /// /// /// The configuration will be referenced when the server starts. @@ -549,7 +548,7 @@ namespace WebSocketSharp.Server /// /// /// A that represents - /// the configuration for the secure connection. + /// the configuration used to provide secure connections. /// public ServerSslConfiguration SslConfiguration { get {