Datasnap.DSHTTPCommon.TDSHTTPRequest.GetPostStream
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: protected | |
| Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
| Unit: Datasnap.DSHTTPCommon | |
| Parent: TDSHTTPRequest | |
Delphi
function GetPostStream: TStream; virtual; abstract;
C++
virtual System::Classes::TStream* __fastcall GetPostStream() = 0 ;
Description
Returns the value of the PostStream property.
The GetPostStream method is the read implementation of the PostStream property.