CallMessageReceivedEventArgs Members
Include Protected Members
Include Inherited Members
Represents the information associated with a message received on Call.
The CallMessageReceivedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContentDescription | Gets the Content Description from the message. | |
DisableAutomaticResponse | Gets or sets whether a response will be sent by the applicationor not. If true, the application is responsible for sending the response. | |
MessageType | Gets the message type of the body. | |
RequestData | Gets the SIP request data for the event. This can be null in some instances. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
SendResponse(Int32) | Sends response to the incoming message request with the given response code. | |
SendResponse(Int32, ContentDescription, CallSendMessageResponseOptions) | Sends response to the incoming message request with the given response code and options. | |
ToString | (inherited from Object) |
Top