Back to product page

SendChunk method


Sends chunk of data.

Syntax

  • Basic
object.SendChunk (Data)
The SendChunk(object,Data) syntax has these parts:
objectAn expression evaluating to an object of type WebResponse
DataA String value. Data that will be sent to the client.

Remarks

SendChunk method send chunk of data (data fragment) to the client. You can use it only if TransferEncoding property is set to ChunkedTransfer. wodWebServer will convert Data argument appropriately so it before it is delivered to the client (to be more precise, it will add chunk headers).

Platforms

Windows