Returns data from the MessageReceived event.
The following tables list the members exposed by the MessageReceivedEventArgs type.
Protected Constructors
Name | Description | |
---|---|---|
MessageReceivedEventArgs | Initializes a new instance of the class. |
Public Properties
Name | Description | |
---|---|---|
Connection | Gets the connection associated with this message. | |
ContentType | Gets the MIME type of the message. | |
DisableAutomaticResponse | Gets or sets whether automatic response is disabled. | |
HasTextBody | Gets whether the TextBody field has been filled out. | |
MessageType | Gets the message type of the body. | |
Participant | Gets or sets the participant that generated this message. | |
RequestData | Gets the SIP request data for the event.(inherited from SipRequestReceivedEventArgs) | |
TextBody | Gets the text body in the form of a string if the content is easily convertible. |
Public Methods (see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetBody | Returns the body of the message as a byte array. | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
SendResponse | Overloaded. Sends a response to the message unless DisableAutomaticResponse is true. | |
ToString | (inherited from Object ) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |