API: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 interface.

System.Net.HttpClient.THTTPResponse.GetContentStream inherits from System.Net.URLClient.TURLResponse.GetContentStream. All content below this line refers to System.Net.URLClient.TURLResponse.GetContentStream.

Implementation of the GetContentStream method of the IURLResponse interface.

See Also