Represents the SIP message received from a remote party

C# | Visual Basic | Visual C++ |
public sealed class MessageDataPackage : EventArgs
Public NotInheritable Class MessageDataPackage Inherits EventArgs
public ref class MessageDataPackage sealed : public EventArgs

All Members | Constructors | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | MessageDataPackage(String, String, String, String) | Initializes a new instance of the MessageDataPackage class |
![]() | ContentType |
Gets the type of the SIP message
|
![]() | Data |
Gets the data information of the SIP message
|
![]() | Originator |
Gets the originator of the received message
|
![]() | Recipient |
Gets the recipient of the SIP message
|
Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649