Struct Client
- Namespace
- Xabbo
- Assembly
- Xabbo.Common.dll
Represents a client type, identifier and version.
public readonly record struct Client : IEquatable<Client>
- Implements
- Inherited Members
Constructors
Client(ClientType, string, string)
Represents a client type, identifier and version.
public Client(ClientType Type, string Identifier = "", string Version = "")
Parameters
Type
ClientTypeIdentifier
stringVersion
string
Fields
None
public static readonly Client None
Field Value
Properties
Identifier
public string Identifier { get; init; }
Property Value
Type
public ClientType Type { get; init; }
Property Value
Version
public string Version { get; init; }