Data.DBXTransportFilter.TDBXFilterSocketChannel

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXTransport.TDbxChannelSystem.TObjectTDBXFilterSocketChannel
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXTransportFilter.pas
Data.DBXTransportFilter.hpp
Unit: Data.DBXTransportFilter
Parent: Data.DBXTransportFilter

Delphi

TDBXFilterSocketChannel = class(TDbxChannel)

C++

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

Description

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

See Also