Table of Contents

Class SignalRClientConnectionInfo

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Photons.dll
[MessagePackObject(false)]
public class SignalRClientConnectionInfo : SafeType, ISignalRClientConnectionInfo, IClientConnectionInfo
Inheritance
object
SignalRClientConnectionInfo
Implements

Properties

ClientId

[Key(4)]
public string? ClientId { get; set; }

Property Value

string

LocalIpAddress

[Key(0)]
public string? LocalIpAddress { get; set; }

Property Value

string

LocalPort

[Key(1)]
public ushort LocalPort { get; set; }

Property Value

ushort

RemoteIpAddress

[Key(2)]
public string? RemoteIpAddress { get; set; }

Property Value

string

RemotePort

[Key(3)]
public ushort RemotePort { get; set; }

Property Value

ushort