Datasnap.DSHTTPWebBroker.TDSHTTPWebDispatcher.WebDispatch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property WebDispatch: TDSWebDispatch read FWebDispatch write SetWebDispatch;

C++

__property TDSWebDispatch* WebDispatch = {read=FWebDispatch, write=SetWebDispatch};

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Datasnap.DSHTTPWebBroker TDSHTTPWebDispatcher

Description

Specifies the dispatching criteria. It indicates the types of requests to be processed by this dispatcher.

The WebDispatch property specifies the dispatching criteria. WebDispatch indicates the types of requests to be processed by the TDSHTTPWebDispatcher.

See Also