MessageReceivedEventArgs Members

Returns data from the [MessageReceived] event.

The MessageReceivedEventArgs type exposes the following members.

Constructors

  Name Description
Protected method MessageReceivedEventArgs Initializes a new instance of the class.

Top

Properties

  Name Description
Public property Connection Gets the connection associated with this message.
Public property ContentType Gets the MIME type of the message.
Public property DisableAutomaticResponse Gets or sets whether automatic response is disabled.
Public property HasTextBody Gets whether the [TextBody] field has been filled out.
Public property MessageType Gets the message type of the body.
Public property Participant Gets or sets the participant that generated this message.
Public property RequestData Gets the SIP request data for the event. (Inherited from SipRequestReceivedEventArgs.)
Public property TextBody Gets the text body in the form of a string if the content is easily convertible.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBody Returns the body of the message as a byte array.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method SendResponse(Int32) Sends a response to the message unless DisableAutomaticResponse is true.
Public method SendResponse(Int32, ContentType, String, IEnumerable<(Of <<'(SignalingHeader>)>>)) Sends a response to the message unless DisableAutomaticResponse is true.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

MessageReceivedEventArgs Class

Microsoft.Rtc.Signaling Namespace