API:Datasnap.DSHTTPServiceProxyDispatcher.TDSHTTPServiceProxyDispatcher

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DSHTTP.TDSHTTPServiceFileDispatcherDatasnap.DSHTTP.TDSCustomHTTPServiceFileDispatcherDatasnap.DSHTTP.TDSHTTPServiceComponentTDSHTTPServiceProxyDispatcher

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.

Datasnap.DSHTTPServiceProxyDispatcher.TDSHTTPServiceProxyDispatcher inherits from Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher. All content below this line refers to Datasnap.DSHTTP.TDSHTTPServiceFileDispatcher.

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