Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.GetProxyUserName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Datasnap.DSHTTPClient.pas
Datasnap.DSHTTPClient.hpp
Unit: Datasnap.DSHTTPClient
Parent: IProxyConnectionInfo

Delphi

function GetProxyUserName: string;

C++

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

Description

Gets the user name for authentication with the proxy server.

GetProxyUserName is the getter method for the ProxyUserName property.

See Also