Web.AutoDisp.TWebDispatch

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTWebDispatch

Delphi

TWebDispatch = class(TPersistent)

C++

class PASCALIMPLEMENTATION TWebDispatch : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
Web.AutoDisp.pas
Web.AutoDisp.hpp
Web.AutoDisp Web.AutoDisp

Description

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