RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomContentProducer.Dispatcher Property

Provides access to the dispatcher for the Web server application that includes the TCustomContentProducer object.

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 component responds. 

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

 

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