Soap.HTTPUtil.IStreamLoader.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 public
Soap.HTTPUtil.pas
Soap.HTTPUtil.hpp
Soap.HTTPUtil IStreamLoader

Description

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

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.

See Also