Edit

Share via


RequestOrResponseReceivedEventArgs Class

Definition

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.

Applies to