[Modify] Edit it

This commit is contained in:
sta 2017-05-18 15:25:49 +09:00
parent aa159dc342
commit aa7d1265fe

View File

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