RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomXSLPageProducer.Dispatcher Property

Specifies the interface of a component that manages the HTTP request messages to which this page producer responds and that receives the response content that this page producer creates.

Pascal
property Dispatcher: IWebDispatcherAccess;
C++
__property IWebDispatcherAccess Dispatcher;

Read Dispatcher to access the interface of the dispatcher. In Web Broker applications, this is the interface of a TWebDispatcher or TWebModule component. In WebSnap applications, this is the interface of a TWebAppComponents component.  

The IWebDispatcherAccess interface has two methods: 

Request, which returns the HTTP request message to which this page producer responds. 

Response, which returns the HTTP response message for which this page producer generates content. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!