RequestEventArgs Class

Definition

Provides information and event data that is associated with a request event.

public sealed class RequestEventArgs : EventArgs
type RequestEventArgs = class
    inherit EventArgs
Public NotInheritable Class RequestEventArgs
Inherits EventArgs
Inheritance
RequestEventArgs

Constructors

RequestEventArgs(RequestResult)

Initializes a new instance of the RequestEventArgs class by using the specified RequestResult parameter.

Properties

Request

Gets the HTTP request associated with this event.

RequestInformation

Gets the request information associated with this event.

Response

Gets the HTTP response associated with this event.

Applies to