Interface IClientConnectionInfo
public interface IClientConnectionInfo
Properties
ClientId
string? ClientId { get; set; }
Property Value
LocalIpAddress
string? LocalIpAddress { get; set; }
Property Value
LocalPort
ushort LocalPort { get; set; }
Property Value
RemoteIpAddress
string? RemoteIpAddress { get; set; }
Property Value
RemotePort
ushort RemotePort { get; set; }