Datasnap.DSHTTPCommon.TDSHTTPResponse.CloseConnection
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSHTTPCommon.pas Datasnap.DSHTTPCommon.hpp
| |
Unit: Datasnap.DSHTTPCommon | |
Parent: TDSHTTPResponse |
Delphi
property CloseConnection: Boolean read GetCloseConnection write SetCloseConnection;
C++
__property bool CloseConnection = {read=GetCloseConnection, write=SetCloseConnection, nodefault};
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.