Datasnap.DSTCPServerTransport.TDSKeepAliveEnablement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDSKeepAliveEnablement = (kaDefault, kaEnabled, kaDisabled);

C++

enum DECLSPEC_DENUM TDSKeepAliveEnablement : unsigned char { kaDefault, kaEnabled, kaDisabled };

Properties

Type Visibility Source Unit Parent
enum public
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport Datasnap.DSTCPServerTransport

Description

The enablement options for KeepAlive.

TDSKeepAliveEnablement has enablement options for KeepAlive.

Note: A value of kaDefault implies using the OS setting for TCP/IP KeepAlive. A value of kaDisabled will not enable KeepAlive, and will disable it if it was enabled automatically by the OS. A value of kaEnabled will enable KeepAlive if it wasn't enabled by the OS, or replace the KeepAlive properties if it was already enabled.

See Also