Soap.HTTPUtil.IStreamLoader
Delphi
IStreamLoader = interface
C++
__interface  INTERFACE_UUID("{395CDFB2-1D10-4A37-AC16-393D569676F0}") IStreamLoader  : public System::IInterface
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
interface class  | 
		public | Soap.HTTPUtil.pas Soap.HTTPUtil.hpp  | 
        Soap.HTTPUtil | Soap.HTTPUtil | 
Description
IStreamLoader is the interface for loading a WSDL document into a memory stream.
IStreamLoader is an interface for objects that load WSDL documents. The properties specify information needed to connect to the server that hosts the WSDL document. In addition, IStreamLoader defines a Load method, which loads a WSDL document into a memory stream. TWSDLItems uses the IStreamLoader interface to load its WSDL document.