Soap.WSDLItems.TWSDLItems.StreamLoader

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property StreamLoader: IStreamLoader read FWSDLStreamLoader;

C++

__property Soap::Wsdlintf::_di_IStreamLoader StreamLoader = {read=FWSDLStreamLoader};

Properties

Type Visibility Source Unit Parent
property public
Soap.WSDLItems.pas
Soap.WSDLItems.hpp
Soap.WSDLItems TWSDLItems

Description

Provides access to an interface for loading the WSDL document.

StreamLoader is set by the TWSDLItems constructor. It is an interface that specifies basic authentication information that can be used to load a WSDL document that is on another server. The IStreamLoader interface specifies the password, user name, and proxy server that can be used to connect to the server that hosts the WSDL document. TWSDLItems uses this to load the WSDL document.

See Also