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 {