Datasnap.DSHTTP.TDSHTTPResponseIndy.SetCloseConnection
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: class protected | |
| Source: Datasnap.DSHTTP.pas Datasnap.DSHTTP.hpp
| |
| Unit: Datasnap.DSHTTP | |
| Parent: TDSHTTPResponseIndy | |
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.
The SetCloseConnection method is the write implementation of the CloseConnection property.