Server.Monitor.Monitor C# (CSharp) Méthode

Monitor() public méthode

public Monitor ( TcpClient client, Program server, List clients, DataStorage storage ) : System
client TcpClient
server Program
clients List
storage DataStorage
Résultat System
        public Monitor(TcpClient client, Program server, List<Client> clients, DataStorage storage)
            : base(client, server)
        {
            this._storage = storage;
            this._clients = clients;
        }