Datasnap.DSHTTPClient.TDSHTTP.IProxyConnectionInfo.ProxyUserName

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also