Close an external TCP connection
Posted
by oidfrosty
on Stack Overflow
See other posts from Stack Overflow
or by oidfrosty
Published on 2010-06-08T23:58:12Z
Indexed on
2010/06/09
0:02 UTC
Read the original article
Hit count: 159
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
© Stack Overflow or respective owner