REST.Client.TRESTClient.ProxyUsername

From RAD Studio API Documentation

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. {{#multireplace:REST.Client.TRESTClient.ProxyUsername|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:REST.Client.TCustomRESTClient.ProxyUsername|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:REST.Client.TCustomRESTClient.ProxyUsername|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.


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