Struct ClientId
[Serializable]
public struct ClientId
- Inherited Members
Constructors
ClientId(string, Serializers, string)
public ClientId(string Category, ClientId.Serializers Serializer, string Body)
Parameters
Category
stringSerializer
ClientId.SerializersBody
string
Fields
CategoryId_SignalR
public const string CategoryId_SignalR = "SR"
Field Value
CategoryLength
public const int CategoryLength = 2
Field Value
Invalid
public static readonly ClientId Invalid
Field Value
MinBodyLength
public const int MinBodyLength = 4
Field Value
SerializerCount
public static readonly int SerializerCount
Field Value
SerializerLength
public const int SerializerLength = 1
Field Value
Properties
Body
public readonly string Body { get; }
Property Value
Category
public readonly string Category { get; }
Property Value
IsValid
public readonly bool IsValid { get; }
Property Value
Serializer
public readonly ClientId.Serializers Serializer { get; }
Property Value
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
implicit operator ClientId(string?)
public static implicit operator ClientId(string? strId)
Parameters
strId
string