Web.HTTPApp.TCustomWebFileDispatcher.DispatchMask

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DispatchMask: TMask;

C++

System::Masks::TMask* __fastcall DispatchMask();

Properties

Type Visibility Source Unit Parent
function protected
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCustomWebFileDispatcher

Description

Returns a mask that matches the HTTP file dispatcher.

The DispatchMask method allows the Web Module (or Web Dispatcher) to identify the HTTP messages it should forward to this component. It returns the mask of the current HTTP file.

See Also