Class RestClientConnectionInfo
[MessagePackObject(false)]
public class RestClientConnectionInfo : SafeType, IRestClientConnectionInfo, IClientConnectionInfo
- Inheritance
-
objectRestClientConnectionInfo
- 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; }