PIdentityHeader Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public PIdentityHeader(
PIdentityType type,
NameAddress nameAddress,
IEnumerable<NameAddress> otherValues = null
)
Public Sub New (
type As PIdentityType,
nameAddress As NameAddress,
Optional otherValues As IEnumerable(Of NameAddress) = Nothing
)
public:
PIdentityHeader(
PIdentityType type,
NameAddress^ nameAddress,
IEnumerable<NameAddress^>^ otherValues = nullptr
)
new :
type : PIdentityType *
nameAddress : NameAddress *
?otherValues : IEnumerable<NameAddress>
(* Defaults:
let _otherValues = defaultArg otherValues null
*)
-> PIdentityHeader
Parameters
- type
- Type: Ozeki.VoIPPIdentityType
- nameAddress
- Type: Ozeki.VoIPNameAddress
- otherValues (Optional)
- Type: System.Collections.GenericIEnumerableNameAddress
See Also