Soap.SOAPHTTPDisp.THTTPSoapDispatchNode.FSoapDispatcher

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FSoapDispatcher: IHTTPSoapDispatch;

C++

_di_IHTTPSoapDispatch FSoapDispatcher;

Properties

Type Visibility Source Unit Parent
field protected
Soap.SOAPHTTPDisp.pas
Soap.SOAPHTTPDisp.hpp
Soap.SOAPHTTPDisp THTTPSoapDispatchNode

Description

Specifies the interface of the component that interprets SOAP messages.

FSoapDispatcher is an internal field that stores the interface of the component that interprets SOAP messages. FSoapDispatcher is used by the Dispatcher property.

See Also