Datasnap.DSClientRest.TDSRestConnection.ProxyUsername

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

Delphi

property ProxyUsername: string read GetProxyUsername write SetProxyUsername default 0;

C++

__property ProxyUsername = {default=0};

プロパティ

種類 可視性 ソース ユニット
property published
Datasnap.DSClientRest.pas
Datasnap.DSClientRest.hpp
Datasnap.DSClientRest TDSRestConnection

説明

特定のプロキシに対する認証ユーザー名。

Datasnap.DSClientRest.TDSRestConnection.ProxyUsername は Datasnap.DSClientRest.TDSCustomRestConnection.ProxyUsername を継承しています。以下の内容はすべて Datasnap.DSClientRest.TDSCustomRestConnection.ProxyUsername を参照しています。

特定のプロキシに対する認証ユーザー名。

ProxyUsername プロパティは、特定のプロキシに対する認証に使用するユーザー名を示します。

関連項目