Soap.WSDLPub.TWSDLHTMLPublish.DispatchEnabled
Delphi
function DispatchEnabled: Boolean;
C++
bool __fastcall DispatchEnabled();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | Soap.WSDLPub.pas Soap.WSDLPub.hpp |
Soap.WSDLPub | TWSDLHTMLPublish |
Description
Indicates whether the WSDL publisher is enabled to respond to incoming messages.
The DispatchEnabled method must be implemented by all auto-dispatching objects to allow Web Module (or Web Dispatcher) to determine whether it can receive incoming messages. In TWSDLHTMLPublish, DispatchEnabled always returns true.