Do you guys know how to list all sockets opened by the current process? I'm
trying to create a tool to simulate netstat.exe to list all opened connections
and be able to close any of them, but I don't know how to get such info with
.NET platform. Any idea? thx.