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