Datasnap.DSHTTPCommon.TDSHTTPResponse.CloseConnection

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CloseConnection: Boolean read GetCloseConnection write SetCloseConnection;

C++

__property bool CloseConnection = {read=GetCloseConnection, write=SetCloseConnection, nodefault};

Properties

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

Description

Indicates whether the connection should close after sending the response.

The CloseConnection property indicates whether the connection should be closed after sending the HTTP response.

See Also