RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPSoapDispatcher.DispatchMethodType Method

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

Pascal
function DispatchMethodType: TMethodType;
C++
__fastcall TMethodType DispatchMethodType();

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 the this component. It returns the MethodType property of the TWebDispatch object specified by the WebDispatch property. 

 

MethodType 

WebDispatch

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!