Skip to main content

HttpEventHandler

Namespace: PPJ.Runtime.Internet

Assembly: PPJ.Runtime.50 (5.0.0.0)

Handles a HTTP client status notification.

public delegate void HttpEventHandler(Object sender, HttpEventArgs args)

Parameters

NameTypeDescription
senderObjectThe client raising the notification.
argsHttpEventArgsThe operation status and cancellation request.

Fired By

NameDescription
SalHttpClient.StatusUpdateOccurs as the client advances through an operation.