Data.DbxSocketChannelNative.TDBXIdTCPLayer.Terminate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Terminate; override;

C++

virtual void __fastcall Terminate();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DbxSocketChannelNative.pas
Data.DbxSocketChannelNative.hpp
Data.DbxSocketChannelNative TDBXIdTCPLayer

Description

Terminates the current communication session.

The Terminate method terminates the current communication session. The communication layer is also reset. The Terminate method overrides the Terminate method from the Data.DBXCommon.TDBXCommunicationLayer class.

See Also