Datasnap.DSHTTPCommon.TDSHTTPResponse.FreeContentStream

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSHTTPCommon.pas
Datasnap.DSHTTPCommon.hpp
Unit: Datasnap.DSHTTPCommon
Parent: TDSHTTPResponse

Delphi

property FreeContentStream: Boolean read GetFreeContentStream write SetFreeContentStream;

C++

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

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