Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetCloseConnection
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: class protected | |
| Source: Datasnap.DSHTTPWebBroker.pas Datasnap.DSHTTPWebBroker.hpp
| |
| Unit: Datasnap.DSHTTPWebBroker | |
| Parent: TDSHTTPResponseWebBroker | |
Delphi
procedure SetCloseConnection(const Value: Boolean); override;
C++
virtual void __fastcall SetCloseConnection(const bool Value);
Description
Sets the value of the CloseConnection property to the one specified through the parameter.
Datasnap.DSHTTPWebBroker.TDSHTTPResponseWebBroker.SetCloseConnection inherits from Datasnap.DSHTTPCommon.TDSHTTPResponse.SetCloseConnection. All content below this line refers to Datasnap.DSHTTPCommon.TDSHTTPResponse.SetCloseConnection.
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.