Datasnap.DSCommon.TDSClientCallbackChannelManager.ProxyPassword

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProxyPassword: string read FProxyPassword write FProxyPassword;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Datasnap.DSCommon.pas
Datasnap.DSCommon.hpp
Datasnap.DSCommon TDSClientCallbackChannelManager

Description

The password for authentication with the specified proxy.

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

See Also