Soap.WSDLPub.TWSDLHTMLPublish.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 public
Soap.WSDLPub.pas
Soap.WSDLPub.hpp
Soap.WSDLPub TWSDLHTMLPublish

Description

Returns a mask that matches the path portion of any URL to which this object responds.

The DispatchMask method must be implemented by all auto-dispatching objects to allow Web Module (or Web Dispatcher) to identify the HTTP messages it should forward to the this component. It returns a Mask derived from the Mask property of the WebDispatch property.

See Also