System.Net.HttpClient.THTTPResponse.FInternalStream

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also