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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.