Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetCloseConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCloseConnection: Boolean; override;

C++

virtual bool __fastcall GetCloseConnection();

Properties

Type Visibility Source Unit Parent
function class protected
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPResponseWebBroker

Description

Returns the value of the CloseConnection property.

Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.GetCloseConnection inherits from Datasnap.DSHTTPCommon.TDSHTTPResponse.GetCloseConnection. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPResponse.GetCloseConnection.

Returns the value of the CloseConnection property.

The GetCloseConnection method is the read implementation of the CloseConnection property.

See Also