System.Net.HttpClient.THTTPResponse.FStream
Delphi
[Weak] FStream: TStream;
C++
System::Classes::TStream* FStream;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
field | protected | System.Net.HTTPClient.pas System.Net.HTTPClient.hpp |
System.Net.HttpClient | THTTPResponse |
Description
Field intended as common stream to be used internally.
The FStream field points to an external stream or to FInternalStream.
FStream is only a pointer.