RequestEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.5.0.0)
- C#
- VB.NET
public class RequestEventArgs : EventArgs
Public Class RequestEventArgs
Inherits EventArgs
Constructors
RequestEventArgs(type)
Initializes an RequestEventArgs for the RequestEventHandler delegate.
| Name | Type | Description |
|---|---|---|
| type | RequestType | Type of the incoming request. |
Properties
Type
RequestType: Returns the RequestType.
Used By
| Name | Description |
|---|---|
| RequestEventHandler | Represent a method that handles the BeginRequest, and EndRequest events. Since 3.5.5 |