HttpEventHandler
Namespace: PPJ.Runtime.Internet
Assembly: PPJ.Runtime.50 (5.0.0.0)
Handles a HTTP client status notification.
- C#
- VB.NET
public delegate void HttpEventHandler(Object sender, HttpEventArgs args)
Public Delegate Sub HttpEventHandler(ByVal sender As [Object], ByVal args As HttpEventArgs)
Parameters
| Name | Type | Description |
|---|---|---|
| sender | Object | The client raising the notification. |
| args | HttpEventArgs | The operation status and cancellation request. |
Fired By
| Name | Description |
|---|---|
| SalHttpClient.StatusUpdate | Occurs as the client advances through an operation. |