Click or drag to resize
PIdentityHeader Constructor
Initializes a new instance of the PIdentityHeader class

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

Parameters

type
Type: Ozeki.VoIPPIdentityType
nameAddress
Type: Ozeki.VoIPNameAddress
otherValues (Optional)
Type: System.Collections.GenericIEnumerableNameAddress
See Also