REST.Client.TRESTClient.ProxyUsername

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyUsername: string read GetProxyUsername write SetProxyUsername default 0;

C++

__property ProxyUsername = {default=0};

Properties

Type Visibility Source Unit Parent
property published
REST.Client.pas
REST.Client.hpp
REST.Client TRESTClient

Description

Specifies a user name for the HTTP proxy server.

REST.Client.TRESTClient.ProxyUsername inherits from REST.Client.TCustomRESTClient.ProxyUsername. All content below this line refers to REST.Client.TCustomRESTClient.ProxyUsername.


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