System.Net.URLClient.IURLResponse.GetContentStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetContentStream: TStream;

C++

virtual System::Classes::TStream* __fastcall GetContentStream(void) = 0 ;

Properties

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

Description

Getter of ContentStream.

See Also