Class Platform
Represent information about the users platform, 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 Platform
Constructors
Platform(String)
Initializes a new instance of the Platform class.
Declaration
public Platform(string userAgent)
Parameters
String
userAgent
|
Properties
Name
Gets or sets the name of the platform.
Declaration
public string Name { get; set; }
Property Value
String
|
Version
Gets or sets the version of the platform.
Declaration
public string Version { get; set; }
Property Value
String
|