Creates a new instance of the SMSBrokerAccount class.

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 SMSBrokerAccount(
	string id,
	string localAddress
)
Visual Basic
Public Sub New ( _
	id As String, _
	localAddress As String _
)

Parameters

id
Type: System..::..String
the ID of this object.
localAddress
Type: System..::..String

See Also