System.Net.HttpClient.THTTPResponse.GetContentStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContentStream: TStream;

C++

HIDESBASE System::Classes::TStream* __fastcall GetContentStream();

Properties

Type Visibility Source Unit Parent
function public
System.Net.HttpClient.pas
System.Net.HTTPClient.hpp
System.Net.HttpClient THTTPResponse

Description

Implementation of the GetContentStream method of the IURLResponse.

See Also