RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWebDispatch Class

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

Pascal
TWebDispatch = class(TPersistent);
C++
class TWebDispatch : public TPersistent;

AutoDisp

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!