Soap.SOAPHTTPTrans.THTTPReqResp.Agent
Delphi
property Agent: string read FAgent write FAgent stored GetAgentIsStored;
C++
__property System::UnicodeString Agent = {read=FAgent, write=FAgent, stored=GetAgentIsStored};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Soap.SOAPHTTPTrans.pas Soap.SOAPHTTPTrans.hpp |
Soap.SOAPHTTPTrans | THTTPReqResp |
Description
Provides the value of the User-Agent header for HTTP messages to the Web Service provider.
Use Agent to supply the SOAP request message with the name of your application. This name is included as a User-Agent header. The User-Agent header is an optional string that describes the application generating the request.