J'ai un plan pour écrire un petit "gestionnaire de réseau" pour mon entreprise en utilisant C#. C'est comme une application de chat. S'il vous plaît voir l'exemple ci-dessous:Bibliothèque .NET pour application client/serveur?
Ex: client (C) est gestionnaire, serveur (s)
C: send string "is_process_running x.exe" (check x.exe is running on server pc)
S: check and send to C: "x.exe is running\nPath: 'C:\\windows\system32\x.exe'"
C: "kill_process_with_warning x.exe"
S: Show a message "Administrator detected you 're running a program that disallowed on computer. It will be kill in 10 seconds" and S kill process x.exe. Reply to C: "process killed!"
C: "disconnect"
... ... ...
Je bibliothèque trouver pour cela. S'il vous plaît dites-moi quelque chose que vous savez à ce sujet.
Merci!