Show / Hide Table of Contents

Class Platform

Represent information about the users platform, parsed from the User-Agent Http header.

Inheritance
Object
Platform
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 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

Extension Methods

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