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
Public property ContentDescription Gets the Content Description from the message.
Public property DisableAutomaticResponse Gets or sets whether a response will be sent by the applicationor not. If true, the application is responsible for sending the response.
Public property MessageType Gets the message type of the body.
Public property RequestData Gets the SIP request data for the event. This can be null in some instances.

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetHashCode (inherited from Object)
Public method GetType (inherited from Object)
Protected method MemberwiseClone (inherited from Object)
Public method SendResponse(Int32) Sends response to the incoming message request with the given response code.
Public method SendResponse(Int32, ContentDescription, CallSendMessageResponseOptions) Sends response to the incoming message request with the given response code and options.
Public method ToString (inherited from Object)

Top

See Also

Reference

CallMessageReceivedEventArgs Class

Microsoft.Rtc.Collaboration Namespace