Soap.WSDLPub.TWSDLHTMLPublish.DispatchMethodType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DispatchMethodType: TMethodType;

C++

Web::Httpapp::TMethodType __fastcall DispatchMethodType();

Properties

Type Visibility Source Unit Parent
function public
Soap.WSDLPub.pas
Soap.WSDLPub.hpp
Soap.WSDLPub TWSDLHTMLPublish

Description

Returns the method type of all HTTP messages to which this component responds.

The DispatchMethodType 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 this component. It returns the MethodType properties of WebDispatch.

See Also