From 0f97aea55811d18508ff1a462f454b31f25e1d67 Mon Sep 17 00:00:00 2001 From: sta Date: Mon, 30 Jan 2017 16:12:59 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 45d766a8..71c7e43c 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -195,18 +195,18 @@ namespace WebSocketSharp.Server /// the specified and . /// /// - /// An instance initialized by this constructor listens for the incoming connection requests on + /// The new instance listens for the incoming handshake requests on /// . /// /// /// An that represents the port number on which to listen. /// /// - /// A that indicates providing a secure connection or not. - /// (true indicates providing a secure connection.) + /// A that specifies providing secure connections or not. + /// true specifies providing secure connections. /// /// - /// isn't between 1 and 65535 inclusive. + /// is less than 1 or greater than 65535. /// public WebSocketServer (int port, bool secure) {