API:Datasnap.DSProxyDispatcher.TDSProxyDispatcher

From RAD Studio API Documentation
Jump to: navigation, search

Web.HTTPApp.TCustomWebFileDispatcherSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDSProxyDispatcher
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSProxyDispatcher.pas
Datasnap.DSProxyDispatcher.hpp
Unit: Datasnap.DSProxyDispatcher
Parent: Datasnap.DSProxyDispatcher

Delphi

TDSProxyDispatcher = class(TCustomWebFileDispatcher)

C++

class PASCALIMPLEMENTATION TDSProxyDispatcher : public Web::Httpapp::TCustomWebFileDispatcher

Description

TCustomWebFileDispatcher is the abstract base class for Web file dispatcher objects.

Datasnap.DSProxyDispatcher.TDSProxyDispatcher inherits from Web.HTTPApp.TCustomWebFileDispatcher. All content below this line refers to Web.HTTPApp.TCustomWebFileDispatcher.

TCustomWebFileDispatcher is the abstract base class for Web file dispatcher objects.

Add a descendant of TCustomWebFileDispatcher to a Web application to enable and manage the properties of the current HTTP file's request (extension, directories).

Note: When a Web application is created, it automatically includes a TWebModule object, which is a descendant of TCustomWebDispatcher. Keep the default Web module or replace it with another data module that contains a descendant of TCustomWebDispatcher, such as TWebDispatcher.


See Also