RequestOrResponseReceivedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a request or response received.
public ref class RequestOrResponseReceivedEventArgs : EventArgs
public class RequestOrResponseReceivedEventArgs : EventArgs
type RequestOrResponseReceivedEventArgs = class
inherit EventArgs
Public Class RequestOrResponseReceivedEventArgs
Inherits EventArgs
- Inheritance
-
RequestOrResponseReceivedEventArgs
Properties
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. |