RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPSoapDispatcher.DispatchEnabled Method

Indicates whether the HTTP SOAP dispatcher is enabled to respond to incoming SOAP messages.

Pascal
function DispatchEnabled: Boolean;
C++
__fastcall Boolean DispatchEnabled();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!