Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.ProxyUserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyUserName: string read GetProxyUserName write SetProxyUserName;

C++

__property System::UnicodeString ProxyUserName = {read=GetProxyUserName, write=SetProxyUserName};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Datasnap.DSHTTPClient IProxyConnectionInfo

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.

See Also