Click or drag to resize

EventHeader Class

Inheritance Hierarchy
SystemObject
  Ozeki.VoIPHeader
    Ozeki.VoIPAbstractExtensionHeader
      Ozeki.VoIPEventHeader

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

The EventHeader type exposes the following members.

Constructors
 NameDescription
Public methodEventHeader(EventType)Initializes a new instance of the EventHeader class
Public methodEventHeader(EventType, IEnumerableGenericParam)Initializes a new instance of the EventHeader class
Top
Properties
 NameDescription
Public propertyEventParam 
Public propertyEventType 
Public propertyHeaderType
(Inherited from AbstractExtensionHeader)
Public propertyName
(Inherited from AbstractExtensionHeader)
Top
Methods
 NameDescription
Public methodClone
(Overrides HeaderClone)
Public methodEquals
(Inherited from AbstractExtensionHeader)
Public methodSIPStringPart
(Overrides HeaderSIPStringPart)
Top
Extension Methods
 NameDescription
Public Extension MethodToSIPHeader
(Defined by InternalSIPHeaderEx)
Top
See Also