Data.DBXTransportFilter.TDBXFilterSocketChannel

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXTransport.TDbxChannelSystem.TObjectTDBXFilterSocketChannel

Delphi

TDBXFilterSocketChannel = class(TDbxChannel)

C++

class PASCALIMPLEMENTATION TDBXFilterSocketChannel : public Data::Dbxtransport::TDbxChannel

Properties

Type Visibility Source Unit Parent
class public
Data.DBXTransportFilter.pas
Data.DBXTransportFilter.hpp
Data.DBXTransportFilter Data.DBXTransportFilter

Description

Implements a TCP communication where you can insert filters to process (compress, encrypt) the byte flow.

See Also