For the complete documentation index, see llms.txt. This page is also available as Markdown.

RequestEventArgs

Wisej.Web.RequestEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

public class RequestEventArgs : EventArgs
Public Class RequestEventArgs
    Inherits EventArgs

Constructors

RequestEventArgs(type)

Initializes an RequestEventArgs for the RequestEventHandler delegate.

Name
Type
Description

type

Type of the incoming request.

Properties

Type

RequestType: Returns the RequestType.

Used By

Name
Description

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

Last updated

Was this helpful?