Skip to content

OnDataReceivedUC - cXmlHttpTransfer

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:
ucData UChar[] Contains the data received from RemoteHost

Syntax

Procedure OnDataReceivedUC String sContentType UChar[] ucData

Description

Hook that triggers when data is received.

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