Datasnap.DSTCPServerTransport.TDSTCPChannel.DisableKeepAlive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DisableKeepAlive;

C++

void __fastcall DisableKeepAlive();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSTCPServerTransport.pas
Datasnap.DSTCPServerTransport.hpp
Datasnap.DSTCPServerTransport TDSTCPChannel

Description

Disables keep-alive packets for the channel's connection.

The DisableKeepAlive method disables keep-alive packets for the channel's connection.

See Also