Table of Contents

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 ClientType
Identifier string
Version string

Fields

None

public static readonly Client None

Field Value

Client

Properties

Identifier

public string Identifier { get; init; }

Property Value

string

Type

public ClientType Type { get; init; }

Property Value

ClientType

Version

public string Version { get; init; }

Property Value

string