BeginRequest Method

Glimpse API

IGlimpseRuntime BeginRequest Method Glimpse API Documentation
Begins the request.

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

Syntax

void BeginRequest()
void BeginRequest()
Remarks

Called when ever the implementing framework registers a request start. Specifically, with the ASP.NET provider, this is wired to the BeginRequest method.
See Also