HttpWebClientProtocol::UserAgent Property
.NET Framework (current version)
Gets or sets the value for the user agent header that is sent with each request.
Assembly: System.Web.Services (in System.Web.Services.dll)
public: [BrowsableAttribute(false)] property String^ UserAgent { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The value of the HTTP protocol user agent header. The default is "MS Web Services Client Protocol number ", where number is the version of the common language runtime (for example, 1.0.3705.0).
The user agent string allows a Web server to identify the client.
.NET Framework
Available since 1.1
Available since 1.1
Show: