[Modify] Edit it

This commit is contained in:
sta 2017-06-07 15:57:53 +09:00
parent 7703397124
commit 7ad112d7cd

View File

@ -410,10 +410,11 @@ namespace WebSocketSharp.Server
}
/// <summary>
/// Gets the port on which to listen for incoming requests.
/// Gets the port of the server.
/// </summary>
/// <value>
/// An <see cref="int"/> that represents the port number on which to listen.
/// An <see cref="int"/> that represents the number of the port
/// on which to listen for incoming requests.
/// </value>
public int Port {
get {