Ozeki VoIP SDK Class library
TransferInfo Constructor (displayName, userName, address)
NamespacesOzeki.VoIPTransferInfoTransferInfo(String, String, String)
Creates an instance of the TransferInfo class
Declaration Syntax
C#Visual BasicVisual C++
public TransferInfo(
	string displayName,
	string userName,
	string address
)
Public Sub New ( 
	displayName As String,
	userName As String,
	address As String
)
public:
TransferInfo(
	String^ displayName, 
	String^ userName, 
	String^ address
)
Parameters
displayName (String)
The displayed name of the other party
userName (String)
The user name of the other party
address (String)
The address of the other party

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649