API:Datasnap.DSHTTP.TDSHTTPServerTransport.Filters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Filters;

C++

__property Filters;

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Datasnap.DSHTTP TDSHTTPServerTransport

Description

The Filters property specifies the DataSnap communication filters for an in-process instance.

Datasnap.DSHTTP.TDSHTTPServerTransport.Filters inherits from Datasnap.DSCommonServer.TDSServerTransport.Filters. All content below this line refers to Datasnap.DSCommonServer.TDSServerTransport.Filters.

The Filters property specifies the DataSnap communication filters for an in-process instance.

The Filters property represents a collection of filters used to process the byte stream.

See Also