A wrapper to get data about your TCP connections

After looking around on the internet for, what felt like, days.. I decided to put together this small wrapper package, to be able to get network info (tcp connections, like netstat).

Gonna use it to be able to graph the state of our servers connection states (debugging port exhaustion), so we can see if our fixes lowers the amount of TIME_WAIT connections that never seems to close.

Package can be found at the link below:

https://www.nuget.org/packages/ItsSimple.NetStatData/1.0.0