Table of Contents

Struct ClientId

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Abstractions.dll
[Serializable]
public struct ClientId
Inherited Members

Constructors

ClientId(string, Serializers, string)

public ClientId(string Category, ClientId.Serializers Serializer, string Body)

Parameters

Category string
Serializer ClientId.Serializers
Body string

Fields

CategoryId_SignalR

public const string CategoryId_SignalR = "SR"

Field Value

string

CategoryLength

public const int CategoryLength = 2

Field Value

int

Invalid

public static readonly ClientId Invalid

Field Value

ClientId

MinBodyLength

public const int MinBodyLength = 4

Field Value

int

SerializerCount

public static readonly int SerializerCount

Field Value

int

SerializerLength

public const int SerializerLength = 1

Field Value

int

Properties

Body

public readonly string Body { get; }

Property Value

string

Category

public readonly string Category { get; }

Property Value

string

IsValid

public readonly bool IsValid { get; }

Property Value

bool

Serializer

public readonly ClientId.Serializers Serializer { get; }

Property Value

ClientId.Serializers

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.

Operators

implicit operator string(ClientId)

public static implicit operator string(ClientId opId)

Parameters

opId ClientId

Returns

string

implicit operator ClientId(string?)

public static implicit operator ClientId(string? strId)

Parameters

strId string

Returns

ClientId