Share via


UserAgent Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets or sets the value of the User-agent HTTP header.

Namespace:  System.Net
Assembly:  System.Http (in System.Http.dll)

Syntax

'Declaration
Public Property UserAgent As String
public string UserAgent { get; set; }
public:
property String^ UserAgent {
    String^ get ();
    void set (String^ value);
}
member UserAgent : string with get, set
function get UserAgent () : String
function set UserAgent (value : String)

Property Value

Type: System. . :: . .String
The value of the User-agent HTTP header. The default value is nullNothingnullptrunita null reference (Nothing in Visual Basic).

Note

The value for this property is stored in WebHeaderCollection. If WebHeaderCollection is set, the property value is lost.

.NET Framework Security

See Also

Reference

HttpWebRequest Class

System.Net Namespace