The name of the network interface that the HTTP server accepts requests on.

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 GeneralConfigurationProperty<CCSConfiguration..::..Property, string> HttpAddress { get; }
Visual Basic
Public ReadOnly Property HttpAddress As GeneralConfigurationProperty(Of CCSConfiguration..::..Property, String)
	Get

Remarks

Valid values are obtained by accessing the Name of an object in the Interfaces collection of an HttpRequestKey.

Exceptions

ExceptionCondition
InsufficientRightsExceptionThe user does not have permission to view the property.

See Also