Click or drag to resize

PIdentityHeader Constructor

Initializes a new instance of the PIdentityHeader class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public PIdentityHeader(
	PIdentityType type,
	NameAddress nameAddress,
	IEnumerable<NameAddress> otherValues = null
)

Parameters

type  PIdentityType
 
nameAddress  NameAddress
 
otherValues  IEnumerableNameAddress  (Optional)
 
See Also