TCPView from sysinternals.com allows you to select a process and close its TCP connection.
I'd like to make a C# program to do the same thing to basically allow me to extend that basic key feature to some other ideas I have.
Is there something simple in the Sockets library like Process.KillConnection or examples anywhere where this has already been done?
Thanks!
I'd like to make a C# program to do the same thing to basically allow me to extend that basic key feature to some other ideas I have.
Is there something simple in the Sockets library like Process.KillConnection or examples anywhere where this has already been done?
Thanks!