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 TextControlSettings.

Syntax

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