System.Net.URLClient.TURLResponse.GetContentStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContentStream: TStream;

C++

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

Properties

Type Visibility Source Unit Parent
function public
System.Net.URLClient.pas
System.Net.URLClient.hpp
System.Net.URLClient TURLResponse

Description

Implementation of the GetContentStream method of the IURLResponse interface.

See Also