Ozeki VoIP SDK Class library
DialInfo Constructor (displayName, userName, address)
NamespacesOzeki.VoIPDialInfoDialInfo(String, String, String)
Initializes a new instance of DialInfo
Declaration Syntax
C#Visual BasicVisual C++
public DialInfo(
	string displayName,
	string userName,
	string address
)
Public Sub New ( _
	displayName As String, _
	userName As String, _
	address As String _
)
public:
DialInfo(
	String^ displayName, 
	String^ userName, 
	String^ address
)
Parameters
displayName (String)
The displayed name of the peer
userName (String)
The user name of the peer
address (String)
The address of the PBX the peer has registered to

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243