diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 33f42ebf..d23faf88 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -139,9 +139,13 @@ namespace WebSocketSharp.Server /// the host name and port of . /// /// + /// It provides secure connections if the scheme of + /// is wss. + /// + /// /// If includes no port, either port 80 or 443 is - /// used on which to listen. It is determined by the scheme (ws or wss) of - /// . + /// used on which to listen. It is determined by the scheme (ws or wss) + /// of . /// /// ///