Datasnap.DSHTTP.TDSHTTPRequestIndy.GetPostStream

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPRequestIndy

Delphi

function GetPostStream: TStream; override;

C++

virtual System::Classes::TStream* __fastcall GetPostStream();

Description

Returns the value of the PostStream property.

The GetPostStream method is the read implementation of the PostStream property.

See Also