Table of Contents

THttpResponse.ContentAsBytes Property

Gets the response content body as a byte array.

Remarks

The bytes are read and cached on first access.

Syntax

Unit: Sparkle.Http.Engine

property THttpResponse.ContentAsBytes: TArray<Byte>

See also