REST.Backend.EMSProvider.TCustomEMSConnectionInfo.ProxyUsername

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

Delphi

property ProxyUsername: string read GetProxyUsername write SetProxyUsername;

C++

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

プロパティ

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


説明

RAD サーバー エンジン(RAD サーバーサーバー)にアクセスできるよう、プロキシ サーバーに対して認証を行うユーザー名です。

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

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

関連項目