Click or drag to resize

SIPEventNotificationArgs Properties

The SIPEventNotificationArgs type exposes the following members.

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
See Also