REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyPassword

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ProxyPassword: string read GetProxyPassword write SetProxyPassword;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
REST.Backend.EMSProvider.pas
REST.Backend.EMSProvider.hpp
REST.Backend.EMSProvider TCustomEMSConnectionInfo


説明

RAD サーバー エンジン(RAD サーバーサーバー)にアクセスできるよう、プロキシ サーバー内のユーザー名を認証するためのパスワードです。

プロキシ サーバーは、ProxyUsername プロパティと ProxyPassword プロパティを使用して認証を行います。

メモ: プロキシ サーバーで認証が必要ない場合は、このプロパティは空です。

関連項目