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.dll) Version: 10.1.12.649