REST.Client.TRESTRequestParameter.StreamOwner

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property StreamOwner: Boolean read FStreamOwner;

C++

__property bool StreamOwner = {read=FStreamOwner, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
REST.Client.pas
REST.Client.hpp
REST.Client TRESTRequestParameter


説明

REST ライブラリが SetStream メソッドによって設定されたストリームを所有している場合、True を返します。

関連項目