# RequestEventArgs

Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.0.0.0)

{% tabs %}
{% tab title="C#" %}

```csharp
public class RequestEventArgs : EventArgs
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Class RequestEventArgs
    Inherits EventArgs
```

{% endtab %}
{% endtabs %}

## Constructors

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) RequestEventArgs(type)

Initializes an [RequestEventArgs](https://docs.wisej.com/api/wisej.web/general/application/wisej.web.requesteventargs) for the [RequestEventHandler](https://docs.wisej.com/api/wisej.web/general/application/wisej.web.requesteventhandler) delegate.

| Name     | Type                                                                                                      | Description                   |
| -------- | --------------------------------------------------------------------------------------------------------- | ----------------------------- |
| **type** | [RequestType](https://docs.wisej.com/api/wisej.web/general/application/wisej.web.application.requesttype) | Type of the incoming request. |

## Properties

### ![](https://1075938901-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2HvlWXJQMV7DxhGzw7Y1%2Fuploads%2Fgit-blob-2389c55cd19719a73a5ae98e1528c8dc8525cc35%2Finstance.png?alt=media) Type

[RequestType](https://docs.wisej.com/api/wisej.web/general/application/wisej.web.application.requesttype): Returns the [RequestType](https://docs.wisej.com/api/wisej.web/general/application/wisej.web.application.requesttype).

## Used By

| Name                                                                                                          | Description                                                                                                                                                                                                      |
| ------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [RequestEventHandler](https://docs.wisej.com/api/wisej.web/general/application/wisej.web.requesteventhandler) | <p>Represent a method that handles the <a href="..#beginrequest">BeginRequest</a>, and <a href="..#endrequest">EndRequest</a> events.<br><mark style="color:blue;background-color:green;">Since 3.5.5</mark></p> |
