Datasnap.DSHTTPCommon.TDSHTTPResponse.FreeContentStream

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

Delphi

property FreeContentStream: Boolean read GetFreeContentStream write SetFreeContentStream;

C++

__property bool FreeContentStream = {read=GetFreeContentStream, write=SetFreeContentStream, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

説明

HTTP レスポンス メッセージの内容を、Web クライアントへ書き込むためのストリーム オブジェクトが、TDSHTTPResponse クラス インスタンスを破壊する際に一緒に解放されるかどうかを示します。

FreeContentStream プロパティは、HTTP レスポンス メッセージの内容を、Web クライアントへ書き込むためのストリーム オブジェクトが、TDSHTTPResponse クラス インスタンスを破壊する際に一緒に解放されるかどうかを示します。

関連項目