Class Browser
Represent information about a browser, parsed from the User-Agent Http header.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.Net.Http
Assembly: IRM.dll
Syntax
public class Browser
Constructors
Browser(String)
Initializes a new instance of the Browser class.
Declaration
public Browser(string userAgent)
Parameters
String
userAgent
|
Properties
Name
Gets or sets the name of the browser.
Declaration
public string Name { get; set; }
Property Value
String
|
ProductName
Gets a more user friendly name of Name.
Declaration
public string ProductName { get; }
Property Value
String
|
Version
Gets or sets the version of the browser.
Declaration
public Version Version { get; set; }
Property Value
Version
|