Gets or sets the IP address at which the websocket handler tries to connect to the Service. The default value is 127.0.0.1 (the local computer). Important: setting this property affects all instances of class Web.TextControl. It was not made static so it shows up in the Visual Studio designer.

Introduced: X13.

Syntax

public System.Net.IPAddress ServiceAddress { get; set; }
Public Property ServiceAddress() As System.Net.IPAddress