# HttpEventArgs

Namespace: **PPJ.Runtime.Internet**

Assembly: **PPJ.Runtime.49** (4.9.0.0)

HttpEvent arguments.

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

```csharp
public class HttpEventArgs
```

{% endtab %}

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

```visual-basic
Public Class HttpEventArgs
```

{% endtab %}
{% endtabs %}

## Constructors

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

## Fields

| Name       | Type                                                                                                            | Description |
| ---------- | --------------------------------------------------------------------------------------------------------------- | ----------- |
| **Cancel** | [Boolean](https://docs.microsoft.com/en-us/dotnet/api/system.boolean)                                           | Cancel      |
| **Empty**  | [HttpEventArgs](https://desktop-api.iceteagroup.com/ppj.runtime.49/internet/ppj.runtime.internet.httpeventargs) |             |
| **Status** | [HttpStatus](https://desktop-api.iceteagroup.com/ppj.runtime.49/internet/ppj.runtime.internet.httpeventargs)    | Status      |
