Web.HTTPApp.IWebDispatcherAccess

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IWebDispatcherAccess = interface

C++

__interface  INTERFACE_UUID("{144CD1DF-9FAE-D511-8D38-0050568E0E44}") IWebDispatcherAccess  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp Web.HTTPApp

Description

IWebDispatcherAccess provides access to the current HTTP request and response object.

The IWebDispatcherAccess interface declares two methods, Request and Response. These return the objects that represent the current HTTP request message that is being processed and the emerging HTTP response message that will be sent back to the caller.

In Web Broker applications, a TWebDispatcher or TWebModule component implements this interface. In Web Broker applications, a TWebAppComponents component implements this interface.

See Also