diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 1081c3dc..7c60284b 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -139,18 +139,18 @@ namespace WebSocketSharp.Server /// /// /// The new instance listens for incoming handshake requests on - /// the local IP address of the host and the port included in - /// . - /// - /// - /// It provides secure connections if the scheme of - /// is wss. + /// the local IP address of the host of and + /// the port of . /// /// /// Either port 80 or 443 is used if includes /// no port. Port 443 is used if the scheme of /// is wss; otherwise, port 80 is used. /// + /// + /// That instance provides secure connections if the scheme of + /// is wss. + /// /// /// /// A that represents the WebSocket URL