Show / Hide Table of Contents

Class Browser

Represent information about a browser, parsed from the User-Agent Http header.

Inheritance
Object
Browser
Inherited Members
System.Object.ToString()
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
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

Extension Methods

ObjectExtensions.DeepClone<T>(T)
AnnotationsExtensions.IsValid(Object)
Back to top Generated by DocFX