System.Net.HttpClient.THTTPResponse.FInternalStream
Delphi
FInternalStream: TMemoryStream;
C++
System::Classes::TMemoryStream* FInternalStream;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | protected | System.Net.HTTPClient.pas System.Net.HTTPClient.hpp |
System.Net.HttpClient | THTTPResponse |
Description
Field that holds a temporary memory stream when the user does not provide a response stream.