RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSoapConnection.Password Property

Specifies the password that allows the client application to log on to a local host or proxy server.

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

When the SOAP connection component connects to the application server, it supplies the values of the UserName and Password properties so that it can log on to the local host or proxy. The value of Password can be an empty string if neither the local host nor proxy requires authentication.

Note: On Linux, if the proxy does not require authentication, you can use the UserName and Password properties to log on to the Web Server.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!