Datasnap.DSHTTP.TDSHTTPService.Filters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Filters: TTransportFilterCollection read GetFilters write SetFilters;

C++

__property Filters;

Properties

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

Description

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

Datasnap.DSHTTP.TDSHTTPService.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