Soap.HTTPUtil.IStreamLoader

From RAD Studio API Documentation
Jump to: navigation, search

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.

Note: C++ method declarations that use IStreamLoader use the _di_IStreamLoader type instead. This type is a DelphiInterface wrapper around the IStreamLoader interface:

typedef System::DelphiInterface< IStreamLoader > _di_IStreamLoader;


See Also