[Modify] Edit it
This commit is contained in:
parent
2a0479c634
commit
9e00ef222f
@ -273,10 +273,11 @@ namespace WebSocketSharp.Server
|
|||||||
#region Public Properties
|
#region Public Properties
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the local IP address of the server.
|
/// Gets the IP address of the server.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <value>
|
/// <value>
|
||||||
/// A <see cref="System.Net.IPAddress"/> that represents the local IP address of the server.
|
/// A <see cref="System.Net.IPAddress"/> that represents the local
|
||||||
|
/// IP address on which to listen for incoming requests.
|
||||||
/// </value>
|
/// </value>
|
||||||
public System.Net.IPAddress Address {
|
public System.Net.IPAddress Address {
|
||||||
get {
|
get {
|
||||||
|
Loading…
Reference in New Issue
Block a user