Datasnap.DSHTTPWebBroker.TDSHTTPWebDispatcher.WebDispatch

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSHTTPWebBroker.pas
Datasnap.DSHTTPWebBroker.hpp
Unit: Datasnap.DSHTTPWebBroker
Parent: TDSHTTPWebDispatcher

Delphi

property WebDispatch: TDSWebDispatch read FWebDispatch write SetWebDispatch;

C++

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

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