Datasnap.DSCommon.TDSClientCallbackChannelManager.ProxyUsername

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property ProxyUsername: string read FProxyUsername write FProxyUsername;

C++

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

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