PIdentityHeader Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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 PIdentityType
-
- nameAddress NameAddress
-
- otherValues IEnumerableNameAddress (Optional)
-
See Also