Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.GetProxyUserName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProxyUserName: string;

C++

virtual System::UnicodeString __fastcall GetProxyUserName() = 0 ;

Properties

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

Description

Gets the user name for authentication with the proxy server.

GetProxyUserName is the getter method for the ProxyUserName property.

See Also