GlimpseRequest Members

Glimpse API

GlimpseRequest Members Glimpse API Documentation

The GlimpseRequest type exposes the following members.

Constructors

  NameDescription
Public methodGlimpseRequest
Initializes a new instance of the GlimpseRequest class.
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetTypeOrNull
Returns the value of GetType if value is not null.
(Defined by ObjectExtensions.)
Public Extension MethodToStringOrDefault
Returns the value of ToString if value is not null.
(Defined by ObjectExtensions.)
Back to Top
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