Datasnap.DSHTTPCommon.TDSHTTPResponse.SetCloseConnection
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
Unit: Datasnap.DSHTTPCommon | |
Parent: TDSHTTPResponse |
Delphi
procedure SetCloseConnection(const Value: Boolean); virtual; abstract;
C++
virtual void __fastcall SetCloseConnection(const bool Value) = 0 ;
Description
Sets the value of the CloseConnection property to the one specified through the parameter.
The SetCloseConnection method is the write implementation of the CloseConnection property.