Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.SetProxyPassword
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Datasnap.DSHTTPClient.pas Datasnap.DSHTTPClient.hpp
| |
Unit: Datasnap.DSHTTPClient | |
Parent: IProxyConnectionInfo |
Delphi
procedure SetProxyPassword(pass: string);
C++
virtual void __fastcall SetProxyPassword(System::UnicodeString pass) = 0 ;
Description
Sets the password for authentication with the proxy server.
SetProxyPassword is the setter method for the ProxyPassword property.