Class SignalRClientConnectionInfo
[MessagePackObject(false)]
public class SignalRClientConnectionInfo : SafeType, ISignalRClientConnectionInfo, IClientConnectionInfo
- Inheritance
-
objectSignalRClientConnectionInfo
- Implements
Properties
ClientId
[Key(4)]
public string? ClientId { get; set; }
Property Value
LocalIpAddress
[Key(0)]
public string? LocalIpAddress { get; set; }
Property Value
LocalPort
[Key(1)]
public ushort LocalPort { get; set; }
Property Value
RemoteIpAddress
[Key(2)]
public string? RemoteIpAddress { get; set; }
Property Value
RemotePort
[Key(3)]
public ushort RemotePort { get; set; }