Click or drag to resize
SIPEventNotificationArgs Class
Provides data for SIP event-package notification.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Ozeki.VoIPSIPEventNotificationArgs

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

The SIPEventNotificationArgs type exposes the following members.

Constructors
  NameDescription
Public methodSIPEventNotificationArgs
Creates a new instance of the SIPEventNotificationArgs class.
Top
Properties
  NameDescription
Public propertyBody
Gets the body of the notification.
Public propertyContentType
Gets the content-type of the body.
Public propertyDialogEventInfo
Gets the body of the notification parsed as dialog-info. If the event-type is not "dialog", the value is null.
Public propertyEventType
Gets the event-type of the notification (eg. message-summary).
Public propertyMessageSummary
Gets the body of the notification parsed as message-summary. If the event-type is not "message-summary", the value is null.
Public propertyParameters
Gets the additional parameters received in the notification.
Top
Remarks
Provides data for NOTIFY requests sent to an event-package subscription.
See Also