[Modify] Edit it

master
sta 9 years ago
parent 90e1a2e7ff
commit 5b178d242a

@ -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 {

Loading…
Cancel
Save