RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TWSDLItems.StreamLoader Property

Provides access to an interface for loading the WSDL document.

Pascal
property StreamLoader: IStreamLoader;
C++
__property IStreamLoader StreamLoader;

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. 

 

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