Setup Method

Glimpse API

IInspector Setup Method Glimpse API Documentation
Setups the specified context.

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

Syntax

void Setup(
	IInspectorContext context
)
void Setup(
	IInspectorContext context
)

Parameters

context
Type: Glimpse.Core.Extensibility IInspectorContext
The context.
Remarks

Executed during the Initialize  phase of system startup. Specifically, with the ASP.NET provider, this is wired to/implemented by the System.Web.IHttpModule.Init method.
See Also