API:Datasnap.DSHTTPServiceProxyDispatcher.TDSHTTPServiceProxyDispatcher

From RAD Studio API Documentation

TDSHTTPServiceProxyDispatcherDatasnap.DSHTTP.TDSHTTPServiceFileDispatcherDatasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcherDatasnap.DSHTTP.TDSHTTPServiceComponent

Delphi

TDSHTTPServiceProxyDispatcher = class(TDSHTTPServiceFileDispatcher)

C++

class PASCALIMPLEMENTATION TDSHTTPServiceProxyDispatcher : public Datasnap::Dshttp::TDSHTTPServiceFileDispatcher

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSHTTPServiceProxyDispatcher.pas
Datasnap.DSHTTPServiceProxyDispatcher.hpp
Datasnap.DSHTTPServiceProxyDispatcher Datasnap.DSHTTPServiceProxyDispatcher

Description

Implements an HTTP service file dispatcher. {{#multireplace:Datasnap.DSHTTPServiceProxyDispatcher.TDSHTTPServiceProxyDispatcher|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Implements an HTTP service file dispatcher.

The TDSHTTPServiceFileDispatcher component is responsible for responding to HTTP file requests, and will respond with the requested file set as the response stream as long as the requested file has a file type supported by the Web.WebFileDispatcher.TWebFileExtensions component through the WebFileExtensions property.

TDSHTTPServiceFileDispatcher dispatches the files from the web directories specified by the WebDirectories property. The web directories' location is specified by the RootDirectory property.

See Also