From 20378401bde7ab85f674351401975ea724917cb5 Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 23 May 2017 14:45:55 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 20ebfd7d..f1574055 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -138,8 +138,9 @@ namespace WebSocketSharp.Server /// /// /// - /// The new instance listens for the incoming handshake requests on - /// the host and port of . + /// 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 @@ -152,7 +153,8 @@ namespace WebSocketSharp.Server /// /// /// - /// A that represents the WebSocket URL of the server. + /// A that represents the WebSocket URL + /// on which to listen. /// /// /// is .