Soap.SOAPConn.TSoapConnection.Agent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Agent: string read GetAgent write SetAgent;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Soap.SOAPConn.pas
Soap.SOAPConn.hpp
Soap.SOAPConn TSoapConnection

Description

Provides the value of the User-Agent header for HTTP messages to the server.

Use Agent to supply HTTP messages generated by the SOAP connection component 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 HTTP message.

See Also