RequestOrResponseReceivedEventArgs Members
Include Protected Members
Include Inherited Members
Represents a request or response received.
The RequestOrResponseReceivedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
DialogContext | Gets the dialog context if the message was sent on an early dialog. | |
IsEarlyDialog | Gets whether the dialog is an early dialog. | |
IsRequest | Gets whether the protocol message is a request. | |
MessageData | Gets the protocol message received. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top