Ozeki VoIP SDK Class library
SIPEventNotificationArgs Class
NamespacesOzeki.VoIP.SIPSIPEventNotificationArgs
Provides data for SIP event-package notification.
Declaration Syntax
C#Visual BasicVisual C++
public class SIPEventNotificationArgs : EventArgs
Public Class SIPEventNotificationArgs
	Inherits EventArgs
public ref class SIPEventNotificationArgs : public EventArgs
Members
All MembersConstructorsProperties



IconMemberDescription
SIPEventNotificationArgs(String, String)
Creates a new instance of the SIPEventNotificationArgs class.

Body
Gets the body of the notification.

ContentType
Gets the content-type of the body.

DialogEventInfo
Gets the body of the notification parsed as dialog-info. If the event-type is not "dialog", the value is null.

EventType
Gets the event-type of the notification (eg. message-summary).

MessageSummary
Gets the body of the notification parsed as message-summary. If the event-type is not "message-summary", the value is null.

Parameters
Gets the additional parameters received in the notification.

Remarks
Provides data for NOTIFY requests sent to an event-package subscription.
Inheritance Hierarchy
Object
EventArgs
 SIPEventNotificationArgs

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290