RuntimeContext Property

Glimpse API

IFrameworkProvider RuntimeContext Property Glimpse API Documentation
Gets the runtime context.

Namespace: Glimpse.Core.Framework
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

Object RuntimeContext { get; }
Object RuntimeContext { get; }

Field Value

The runtime context.
Remarks

Instance of the underlying context that the web development framework uses.
Examples

In ASP.NET, HttpContext is the runtime context.
See Also