|
|
|
@ -318,8 +318,8 @@ namespace WebSocketSharp.Server
|
|
|
|
/// Gets the IP address of the server.
|
|
|
|
/// Gets the IP address of the server.
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|
/// <value>
|
|
|
|
/// <value>
|
|
|
|
/// A <see cref="System.Net.IPAddress"/> that represents
|
|
|
|
/// A <see cref="System.Net.IPAddress"/> that represents the local
|
|
|
|
/// the IP address of the server.
|
|
|
|
/// IP address on which to listen for incoming handshake requests.
|
|
|
|
/// </value>
|
|
|
|
/// </value>
|
|
|
|
public System.Net.IPAddress Address {
|
|
|
|
public System.Net.IPAddress Address {
|
|
|
|
get {
|
|
|
|
get {
|
|
|
|
|