Datasnap.DSClientRest.TDSCustomRestConnection.ProxyUsername

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ProxyUsername: string read GetProxyUsername write SetProxyUsername;

C++

__property System::UnicodeString ProxyUsername = {read=GetProxyUsername, write=SetProxyUsername};

Description

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