Class UserAgent
Represents a user agent string.
public class UserAgent
- Inheritance
-
UserAgent
- Inherited Members
Properties
AcceptLanguage
Gets or sets the language to accept in headers.
public string AcceptLanguage { get; set; }
Property Value
Platform
Gets or sets the value of the platform.
public string Platform { get; set; }
Property Value
UserAgentString
Gets or sets the user agent string.
public string UserAgentString { get; set; }