Skip to main content
Version: 3.5

RequestEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

public class RequestEventArgs : EventArgs

Constructors

Instance memberRequestEventArgs(type)

Initializes an RequestEventArgs for the RequestEventHandler delegate.

NameTypeDescription
typeRequestTypeType of the incoming request.

Properties

Instance memberType

RequestType: Returns the RequestType.

Used By

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