C-DEngine 5.105

WebSocketServer..::..Address Property

Gets the local IP address of the server.

Namespace:  WebSocketSharp.Server
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public IPAddress Address { get; }
Public ReadOnly Property Address As IPAddress
	Get
public:
property IPAddress^ Address {
	IPAddress^ get ();
}

Field Value

A [System.Net.IPAddress] that represents the local IP address of the server.