From 99ae754ea322ca4cab5f463870fe65df74b997c3 Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 24 May 2017 13:50:51 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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