Unit 'HTTPDefs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TResponse.ContentStream

Stream containing response body content

Declaration

Source position: httpdefs.pp line 629

public property TResponse.ContentStream : TStream
  read FContentStream
  write SetContentStream;

Description

ContentStream contains the response body content as a stream. This allows efficient handling of large responses without loading everything into memory.


Documentation generated on: Jan 16 2026