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

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

The PIdentityHeader type exposes the following members.

Constructors
  NameDescription
Public methodPIdentityHeader
Initializes a new instance of the PIdentityHeader class
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodToSIPHeader (Defined by InternalSIPHeaderEx.)
Top
Properties
  NameDescription
Public propertyHeaderType (Inherited from AbstractExtensionHeader.)
Public propertyName (Inherited from AbstractExtensionHeader.)
Public propertyOtherValues
Public propertyType
Public propertyValue
Top
Remarks
Requests: BYE, INVITE, OPTIONS, SUBSCRIBE, NOTIFY, REFER
See Also