[Modify] Edit it
This commit is contained in:
parent
7703397124
commit
7ad112d7cd
@ -410,10 +410,11 @@ namespace WebSocketSharp.Server
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the port on which to listen for incoming requests.
|
/// Gets the port 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 number of the port
|
||||||
|
/// on which to listen for incoming requests.
|
||||||
/// </value>
|
/// </value>
|
||||||
public int Port {
|
public int Port {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user