RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IStreamLoader Interface

IStreamLoader is the interface for loading a WSDL document into a memory stream.

Pascal
IStreamLoader = interface;
C++
__interface IStreamLoader;

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::DelphiInterfaceDelphiInterface_object< IStreamLoaders >  _di_IStreamLoader;

 

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