Skip to content

OnDataReceived - cHttpTransfer

Hook that triggers when data is received

Type: Event

Parameters

Parameter Type Description
sContentType string Specifies the content type of sData. Must be a valid MIME type:
sData string Contains the data received from RemoteHost

Syntax

Procedure OnDataReceived string sContentType string sData

Description

Hook that triggers when data is received.

Note that sData may not contain all data sent from RemoteHost at once, the OnDataReceived event might be triggered several times before all data has been received.