Class ClientInformation
Class that represents inforamtion about the client.
Inheritance
System.Object
ClientInformation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Fibula.Client.Contracts.Models
Assembly: Fibula.Client.Contracts.dll
Syntax
public class ClientInformation
Properties
| Improve this Doc View SourceType
Gets or sets the operating system.
Declaration
public AgentType Type { get; set; }
Property Value
Type | Description |
---|---|
AgentType |
Version
Gets or sets the version.
Declaration
public string Version { get; set; }
Property Value
Type | Description |
---|---|
System.String |