Click or drag to resize
RemotePartyIDInfo Constructor (SIPAddress, ListSIPParam)
Initializes a new instance of the RemotePartyIDInfo class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public RemotePartyIDInfo(
	SIPAddress identity,
	List<SIPParam> tokens
)

Parameters

identity
Type: Ozeki.VoIPSIPAddress
tokens
Type: System.Collections.GenericListSIPParam
See Also