Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.ProxyUserName
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.DSHTTPClient.pas Datasnap.DSHTTPClient.hpp
| |
Unit: Datasnap.DSHTTPClient | |
Parent: IProxyConnectionInfo |
Delphi
property ProxyUserName: string read GetProxyUserName write SetProxyUserName;
C++
__property System::UnicodeString ProxyUserName = {read=GetProxyUserName, write=SetProxyUserName};
Description
Represents the user name for authentication with the proxy server.
The ProxyServer needs the ProxyUserName and ProxyPassword for authentication.
Note: If the proxy server does not require authentication, leave this property empty.