Soap.SOAPHTTPTrans.THTTPReqResp.Agent

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

Delphi

property  Agent: string read GetAgent write SetAgent stored GetAgentIsStored;

C++

__property System::UnicodeString Agent = {read=GetAgent, write=SetAgent, stored=GetAgentIsStored};

プロパティ

種類 可視性 ソース ユニット
property published
Soap.SOAPHTTPTrans.pas
Soap.SOAPHTTPTrans.hpp
Soap.SOAPHTTPTrans THTTPReqResp

説明

HTTP メッセージの User-Agent ヘッダーの値を Web サービスプロバイダに提供します。

Agent プロパティを使用すると,SOAP リクエストメッセージにアプリケーションの名前を与えることができます。この名前は,User-Agent ヘッダーとして含まれます。User-Agent ヘッダーは,リクエストを生成するアプリケーションを記述するオプションの文字列です。

関連項目