From ff6d36eba76ccc19b3c325b4ccbf498982b0dd6a Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 21 May 2017 16:09:54 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 6bd8aa57..c528db16 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -197,19 +197,20 @@ namespace WebSocketSharp.Server } /// - /// Initializes a new instance of the class with - /// the specified and . + /// Initializes a new instance of the class + /// with the specified and . /// /// /// The new instance listens for the incoming handshake requests on /// . /// /// - /// 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 server provides + /// secure connections; otherwise, false. /// /// /// is less than 1 or greater than 65535.