API:Datasnap.DSClientRest.TDSRestConnection.ProxyUsername

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Unit: Datasnap.DSClientRest
Parent: TDSRestConnection

Delphi

property ProxyUsername;

C++

__property ProxyUsername = {default=0};

Description

The user name for authentication with the specified proxy.

Datasnap.DSClientRest.TDSRestConnection.ProxyUsername inherits from Datasnap.DSClientRest.TDSCustomRestConnection.ProxyUsername. All content below this line refers to Datasnap.DSClientRest.TDSCustomRestConnection.ProxyUsername.

The user name for authentication with the specified proxy.

The ProxyUsername property specifies the user name used for authentication with the specified proxy.

See Also