REST.Client.TCustomRESTClient.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
REST.Client.pas
REST.Client.hpp
REST.Client TCustomRESTClient

Description

Specifies a user name for the HTTP proxy server.

Use this property to get or set a user name for the HTTP proxy server if this proxy requires authentication before allowing access to resources on the Internet.

Note: If your HTTP proxy server does not require authentication, leave this property empty.

See Also