RequestEventHandler
Wisej.Web.RequestEventHandler
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represent a method that handles the BeginRequest, and EndRequest events. Since 3.5.5
public delegate void RequestEventHandler(Object sender, RequestEventArgs e)Public Delegate Sub RequestEventHandler(ByVal sender As [Object], ByVal e As RequestEventArgs)Parameters
Name
Type
Description
Fired By
Name
Description
Fired at the beginning of every request.
Fired at the end of every request.
Last updated
Was this helpful?

