RequestEventArgs

Wisej.Web.RequestEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

public class RequestEventArgs : EventArgs

Constructors

Initializes an RequestEventArgs for the RequestEventHandler delegate.

NameTypeDescription

type

Type of the incoming request.

Properties

RequestType: Returns the RequestType.

Used By

NameDescription

Represent a method that handles the BeginRequest, and EndRequest events. Since 3.5.5

Last updated