diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 95043dcc..30b9d79a 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -459,12 +459,11 @@ namespace WebSocketSharp.Server } /// - /// Gets a value indicating whether the server provides - /// secure connections. + /// Gets a value indicating whether secure connections are provided. /// /// - /// true if the server provides secure connections; - /// otherwise, false. + /// true if this instance provides secure connections; otherwise, + /// false. /// public bool IsSecure { get {