GlimpseRequest Properties

Glimpse API

GlimpseRequest Properties Glimpse API Documentation
The GlimpseRequest type exposes the following members.
Properties

  NameDescription
Public propertyClientId
Gets or sets the client id used for session tracking.
Public propertyDateTime
Gets or sets the date time of the request.
Public propertyDuration
Gets or sets the duration of the request.
Public propertyParentRequestId
Gets or sets the parent request id.
Public propertyRequestHttpMethod
Gets or sets the request's HTTP method.
Public propertyRequestId
Gets or sets the request id.
Public propertyRequestIsAjax
Gets or sets a value indicating whether the request is an Ajax request.
Public propertyRequestUri
Gets or sets the request's Uri.
Public propertyResponseContentType
Gets or sets the type of the response's content type.
Public propertyResponseStatusCode
Gets or sets the response status code.
Public propertyTabData
Gets or sets the tab data for the Http request.
Public propertyUserAgent
Gets or sets the user agent for the request.
Back to Top
See Also