Soap.WebBrokerSOAP.THTTPSoapDispatcher.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual THTTPSoapDispatcher(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Soap.WebBrokerSOAP.pas
Soap.WebBrokerSOAP.hpp
Soap.WebBrokerSOAP THTTPSoapDispatcher

Description

Creates a new THTTPSoapDispatcher object.

Most applications do not need to call the THTTPSoapDispatcher constructor. Typically the HTTP SOAP dispatcher is added to a Web module at design time, so that the constructor is called automatically.

The Owner parameter specifies the component (usually the Web module) that is responsible for freeing the THTTPSoapDispatcher instance.

See Also