Datasnap.DSHTTPCommon.TDSHTTPResponse.FreeContentStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FreeContentStream: Boolean read GetFreeContentStream write SetFreeContentStream;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Datasnap.DSHTTPCommon TDSHTTPResponse

Description

Specifies whether the stream object for writing the contents of the HTTP response message to the web client is freed when destroying the TDSHTTPResponse class instance.

The FreeContentStream property specifies whether the stream object for writing the contents of the HTTP response message to the web client is freed when destroying the TDSHTTPResponse class instance.

See Also