Icon TEWBServerRequestProgressEvent

Unit: ewbsrvrequest

TEWBServerRequestProgressEvent = procedure (Request:
      TEWBServerRequest; const Current: Int64; const Total: Int64) of
      object

The TEWBServerRequestProgressEvent event type is used by the TEWBServerRequest OnProgress event to indicate the progress of a server request as it is executing.

The Request parameter indicates the server request that triggered the event, the Current parameter indicates the current number of bytes that have been received, and the Total parameter indicates the total number of bytes that will be received when the request completes successfully.
Image