RequestHistoryProperties Class

Definition

The request history.

public class RequestHistoryProperties
type RequestHistoryProperties = class
Public Class RequestHistoryProperties
Inheritance
RequestHistoryProperties

Constructors

RequestHistoryProperties()

Initializes a new instance of the RequestHistoryProperties class.

RequestHistoryProperties(Nullable<DateTime>, Nullable<DateTime>, Request, Response)

Initializes a new instance of the RequestHistoryProperties class.

Properties

EndTime

Gets or sets the time the request ended.

Request

Gets or sets the request.

Response

Gets or sets the response.

StartTime

Gets or sets the time the request started.

Applies to