The address that the request should be sent to, protocol and port number included. (ex. http://127.0.0.1:8000)

Namespace: ININ.IceLib.Configuration.Dialer
Assembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)

Syntax

C#
public string AddressToUse { get; set; }
Visual Basic
Public Property AddressToUse As String
	Get
	Set

Field Value

The address that the server is listening to. If the server is listening to all interfaces and no particular address has been manually specified, the first address in Interfaces is returned. If the server is not running, an empty string is returned.

See Also