RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPReqResp.Password Property

Specifies the password that allows the client application to log on when the Web Service provider requires authentication.

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

When THTTPReqResp establishes a connection, it supplies the values of the UserName and Password properties so that it can log on to the host or proxy. The value of Password can be an empty string if neither the host nor proxy requires authentication. 

 

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