Datasnap.DSHTTP.TDSHTTPServerTransport.Filters

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSHTTP.pas
Datasnap.DSHTTP.hpp
Unit: Datasnap.DSHTTP
Parent: TDSHTTPServerTransport

Delphi

property Filters;

C++

__property Filters;

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