From fa2f01e3f7ad60ea8c5648fd5d63497e1c1fd432 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 22 May 2017 14:50:08 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 3deb56b0..00348260 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -267,19 +267,20 @@ namespace WebSocketSharp.Server /// and . /// /// - /// The new instance listens for the incoming handshake requests on + /// The new instance listens for incoming handshake requests on /// and . /// /// - /// A that represents the local IP address - /// for the server. + /// A that represents + /// the local IP address on which to listen. /// /// - /// An that represents the port number on which to listen. + /// An that represents the number of + /// the port on which to listen. /// /// - /// A that specifies providing secure connections or not. - /// true specifies providing secure connections. + /// A : true if the new instance provides + /// secure connections; otherwise, false. /// /// /// is .