Ozeki VoIP SDK Class library
ContactInfo Constructor (addrSpecType, displayName, userName, address, transportType)
NamespacesOzeki.VoIP.SIPContactInfoContactInfo(AddrSpecType, String, String, String, TransportType)
Initializes a new instance of the ContactInfo class.
Declaration Syntax
C#Visual BasicVisual C++
public ContactInfo(
	AddrSpecType addrSpecType,
	string displayName,
	string userName,
	string address,
	TransportType transportType
)
Public Sub New ( 
	addrSpecType As AddrSpecType,
	displayName As String,
	userName As String,
	address As String,
	transportType As TransportType
)
public:
ContactInfo(
	AddrSpecType addrSpecType, 
	String^ displayName, 
	String^ userName, 
	String^ address, 
	TransportType transportType
)
Parameters
addrSpecType (AddrSpecType)
displayName (String)
userName (String)
address (String)
transportType (TransportType)

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