API:Datasnap.DSHTTPWebBroker.TDSWebDispatch

From RAD Studio API Documentation
Jump to: navigation, search

Web.AutoDisp.TWebDispatchSystem.Classes.TPersistentSystem.TObjectTDSWebDispatch

Delphi

TDSWebDispatch = class(TWebDispatch)

C++

class PASCALIMPLEMENTATION TDSWebDispatch : public Web::Autodisp::TWebDispatch

Properties

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

Description

TWebDispatch describes the HTTP messages to which an auto-dispatching component responds.

Datasnap.DSHTTPWebBroker.TDSWebDispatch inherits from Web.AutoDisp.TWebDispatch. All content below this line refers to Web.AutoDisp.TWebDispatch.

TWebDispatch describes the HTTP messages to which an auto-dispatching component responds.

TWebDispatch implements the WebDispatch property of an auto-dispatching component such as TXMLBroker, THTTPSoapDispatcher, or TWSDLHTMLPublish. It specifies the path info portion of the URL for messages directed at the component, the type of messages to which the component can respond, and allows an application to disable the auto-dispatching so that it does not respond directly to HTTP messages from a Web browser.

See Also