Soap.SOAPHTTPTrans.THTTPReqResp.Password

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  Password: string read FPassword write SetPassword;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

Description

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

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.

See Also