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.3.183.0
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