From 7ad112d7cd668d40a8e8d6a8d93fdd560c99dc9b Mon Sep 17 00:00:00 2001 From: sta Date: Wed, 7 Jun 2017 15:57:53 +0900 Subject: [PATCH] [Modify] Edit it --- websocket-sharp/Server/HttpServer.cs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/websocket-sharp/Server/HttpServer.cs b/websocket-sharp/Server/HttpServer.cs index 9f70fe55..eb5c1b04 100644 --- a/websocket-sharp/Server/HttpServer.cs +++ b/websocket-sharp/Server/HttpServer.cs @@ -410,10 +410,11 @@ namespace WebSocketSharp.Server } /// - /// Gets the port on which to listen for incoming requests. + /// Gets the port of the server. /// /// - /// An that represents the port number on which to listen. + /// An that represents the number of the port + /// on which to listen for incoming requests. /// public int Port { get {