REST.Client.TRESTRequestParameter.StreamOwner
Delphi
property StreamOwner: Boolean read FStreamOwner;
C++
__property bool StreamOwner = {read=FStreamOwner, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | REST.Client.pas REST.Client.hpp |
REST.Client | TRESTRequestParameter |
Description
Returns True when the REST library owns the stream set by the SetStream method.