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>
Gets the response content body as a byte array.
The bytes are read and cached on first access.
Unit: Sparkle.Http.Engine
property THttpResponse.ContentAsBytes: TArray<Byte>