Click or drag to resize

PIdentityHeader Class

The P-Asserted-Identity header field is used among trusted SIP entities (typically intermediaries) to carry the identity of the user sending a SIP message as it was verified by authentication.
Inheritance Hierarchy
SystemObject
  Ozeki.VoIPHeader
    Ozeki.VoIPAbstractExtensionHeader
      Ozeki.VoIPPIdentityHeader

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class PIdentityHeader : AbstractExtensionHeader

The PIdentityHeader type exposes the following members.

Constructors
 NameDescription
Public methodPIdentityHeaderInitializes a new instance of the PIdentityHeader class
Top
Properties
 NameDescription
Public propertyHeaderType
(Inherited from AbstractExtensionHeader)
Public propertyName
(Inherited from AbstractExtensionHeader)
Public propertyOtherValues 
Public propertyType 
Public propertyValue 
Top
Methods
 NameDescription
Public methodClone
(Overrides HeaderClone)
Public methodEquals
(Overrides AbstractExtensionHeaderEquals(Object))
Public methodSIPStringPart PAssertedID = "P-Asserted-Identity" HCOLON PAssertedID-value *(COMMA PAssertedID-value)
(Overrides HeaderSIPStringPart)
Top
Extension Methods
 NameDescription
Public Extension MethodToSIPHeader
(Defined by InternalSIPHeaderEx)
Top
Remarks
Requests: BYE, INVITE, OPTIONS, SUBSCRIBE, NOTIFY, REFER
See Also