From 5b178d242a172e648091dc71199ce9e6eef04578 Mon Sep 17 00:00:00 2001 From: sta Date: Fri, 17 Feb 2017 15:24:39 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/WebSocketServer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/WebSocketServer.cs b/websocket-sharp/Server/WebSocketServer.cs index 5ce1c8e9..400ffcc6 100644 --- a/websocket-sharp/Server/WebSocketServer.cs +++ b/websocket-sharp/Server/WebSocketServer.cs @@ -475,10 +475,11 @@ namespace WebSocketSharp.Server } /// - /// Gets the port on which to listen for incoming handshake requests. + /// Gets the port number of the server. /// /// - /// An that represents the port number on which to listen. + /// An that represents the port number on which to + /// listen for the incoming handshake requests. /// public int Port { get {