Datasnap.DSHTTPCommon.TDSHTTPResponse.GetCloseConnection
Delphi
function GetCloseConnection: Boolean; virtual; abstract;
C++
virtual bool __fastcall GetCloseConnection(void) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | protected | Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp  | 
        Datasnap.DSHTTPCommon | TDSHTTPResponse | 
Description
Returns the value of the CloseConnection property.
The GetCloseConnection method is the read implementation of the CloseConnection property.