System.Net.URLClient.IURLResponse.ContentStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentStream: TStream read GetContentStream;

C++

__property System::Classes::TStream* ContentStream = {read=GetContentStream};

Properties

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

Description

Stream that contains all the data of the response as received from the server.

See Also