Soap.WebBrokerSOAP.THTTPSoapDispatcher.DispatchEnabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DispatchEnabled: Boolean;

C++

bool __fastcall DispatchEnabled(void);

Properties

Type Visibility Source Unit Parent
function protected
Soap.WebBrokerSOAP.pas
Soap.WebBrokerSOAP.hpp
Soap.WebBrokerSOAP THTTPSoapDispatcher

Description

Indicates whether the HTTP SOAP dispatcher is enabled to respond to incoming SOAP 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 THTTPSoapDispatcher, DispatchEnabled always returns true, because the HTTP SOAP dispatcher can't be disabled.

See Also