The MessageReceivedEventArgstype exposes the following members.

Constructors

  Name Description
MessageReceivedEventArgs
Initializes the new instance of the class.

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetBody
Retrieves the body of the message.
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
SendResponse Overloaded.
ToString (Inherited from Object.)

Properties

  Name Description
Connection
Gets the connection associated with this message. This can be null.
ContentType
Gets the MIME type of the relay message. Can be null if the message has no content type.
DisableAutomaticResponse
Gets or sets the flag that controls how the response is handled. If this flag is set, the application is responsible for sending the response.
HasTextBody
Indicates whether the TextBody field has been filled out.
MessageType
Gets the message type of the body.
Participant
Gets the participant that generated this message.
RequestData
Gets the SIP request data for the event. This can be null in some instances.
(Inherited from SipRequestReceivedEventArgs.)
TextBody
Returns the body in the form of a string if the content was easily convertable.

See Also