How can i terminate a tcp connection wich is not handled by my program?
for example i want to close all the connection on port 10202 and i dont want them to reopen but i want to allow the other ports everything in C#
like Sysinternals' tcpView does