System.Net.HttpClientComponent.TNetHTTPRequest.ContentStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ContentStream: TStream read FContentStream write FContentStream;

C++

__property System::Classes::TStream* ContentStream = {read=FContentStream, write=FContentStream};

Properties

Type Visibility Source Unit Parent
property public
System.Net.HTTPClientComponent.pas
System.Net.HTTPClientComponent.hpp
System.Net.HttpClientComponent TNetHTTPRequest

Description

Content stream associated with the request component.

See Also