Datasnap.DSClientRest.TDSCustomRestConnection.ProxyUsername

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

Delphi

property ProxyUsername: string read GetProxyUsername write SetProxyUsername;

C++

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

プロパティ

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

説明

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

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

関連項目