RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IStreamLoader.Password Property

Specifies the password to use when logging on if the WSDL document is on a server that requires authentication.

Pascal
property Password: string;
C++
__property AnsiString Password;

Use Password to provide a password that the stream loader can use if the WSDL document is on a server that requires authentication or if it needs to use a proxy server that requires authentication. Password is the password for the user specified by the UserName property. 

 

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