Soap.HTTPUtil.IStreamLoader.Password

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

Delphi

property  Password: string read GetPassword write SetPassword;

C++

__property System::UnicodeString Password = {read=GetPassword, write=SetPassword};

プロパティ

種類 可視性 ソース ユニット
property public
Soap.HTTPUtil.pas
Soap.HTTPUtil.hpp
Soap.HTTPUtil IStreamLoader

説明

認証が必要なサーバー上に WSDL ドキュメントがある場合のログオン時に使用するパスワードを指定します。

Password プロパティを使用すると,認証が必要なサーバー上に WSDL ドキュメントがある場合,または認証が必要なプロキシサーバーを使用する必要がある場合に,ストリームローダーが使用するパスワードを提供できます。Password は,UserName プロパティで指定したユーザー用のパスワードです。

関連項目