Datasnap.DSCommon.TDSClientCallbackChannelManager.ProxyPassword

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 ProxyPassword: string read FProxyPassword write FProxyPassword;

C++

__property System::UnicodeString ProxyPassword = {read=FProxyPassword, write=FProxyPassword};

Description

The password for authentication with the specified proxy.

The ProxyPassword property specifies the password used for authentication with the specified proxy.

See Also