Soap.SOAPConn.TSoapConnection.Password

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Password: string read GetPassword write SetPassword;

C++

__property System::UnicodeString Password = {read=GetPassword, write=SetPassword};

Properties

Type Visibility Source Unit Parent
property published
Soap.SOAPConn.pas
Soap.SOAPConn.hpp
Soap.SOAPConn TSoapConnection

Description

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

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.

See Also