Show / Hide Table of Contents

Class ClientAppInfo

Represents the Client App information.

Inheritance
System.Object
ClientAppInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Neodynamic.Blazor
Assembly: cs.temp.dll.dll
Syntax
public class ClientAppInfo

Properties

Arch

The client app CPU architecture

Declaration
public string Arch { get; set; }
Property Value
Type Description
System.String

OS

The client app OS name

Declaration
public string OS { get; set; }
Property Value
Type Description
System.String

Version

The client app version

Declaration
public string Version { get; set; }
Property Value
Type Description
System.String
Back to top Copyright © 2003- Neodynamic SRL
http://www.neodynamic.com