Provides data for SIP event-package notification.
| C# | Visual Basic | Visual C++ |
public class SIPEventNotificationArgs : EventArgs
Public Class SIPEventNotificationArgs Inherits EventArgs
public ref class SIPEventNotificationArgs : public EventArgs
| All Members | Constructors | Properties | |||
| Icon | Member | Description |
|---|---|---|
| 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.
|
Provides data for NOTIFY requests sent to an event-package subscription.
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290