[Modify] Edit it

This commit is contained in:
sta 2017-02-17 15:24:39 +09:00
parent 90e1a2e7ff
commit 5b178d242a

View File

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