mirror of
https://github.com/ryzij/ServerMonitor.git
synced 2026-07-14 03:46:58 +00:00
Переименовал ConnectionsResponse -> ConnectionsCountResponse
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace MonitorAgent.API.Contracts;
|
||||
|
||||
public class ConnectionsCountResponse
|
||||
{
|
||||
public int Tcp {get;set;}
|
||||
public int Udp {get;set;}
|
||||
}
|
||||
Reference in New Issue
Block a user