Parameter | Description |
---|---|
ucData | UChar array with data to append to the response body |
Procedure OutputUChar UChar[] ucData
Call: | Send OutputUChar ucData |
Writes the contents of the UChar array to the response body.
This function can be used output any kind of binary data, no conversions will be performed.
The function can be called multiple times to extend the response body (or stream a file in chunks).