Skip to main content
Version: 4.1

RequestEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

public class RequestEventArgs : EventArgs

Constructors

Instance member RequestEventArgs(type)

Initializes an RequestEventArgs for the RequestEventHandler delegate.

NameTypeDescription
typeRequestTypeType of the incoming request.

Properties

Instance member Type

RequestType: Returns the RequestType.

Used By

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