Click or drag to resize
ContactParam Constructor (NameAddress, ListGenericParam)
Initializes a new instance of the ContactParam class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public ContactParam(
	NameAddress nameAddress,
	List<GenericParam> cps
)

Parameters

nameAddress
Type: Ozeki.VoIPNameAddress
cps
Type: System.Collections.GenericListGenericParam
See Also