mirror of
https://github.com/ryzij/ServerMonitor.git
synced 2026-07-14 03:46:58 +00:00
7 lines
135 B
C#
7 lines
135 B
C#
namespace MonitorAgent.API.Contracts;
|
|
|
|
public class ConnectionsResponse
|
|
{
|
|
public int Tcp {get;set;}
|
|
public int Udp {get;set;}
|
|
} |