Can anyone provide a complete example of htpplistener implementation (in vb.net preferably). There are many examples over the internet, but i need one that actually close the connection and doesn't leaves it into "TIME_WAIT" state. I have an application that makes a lot of request and it seems that windows socket limit of 5000 is a problem, because for each request there is a "TIME_WAIT" connection left behind. Thank you in advance.
- [DotNetDevelopment] HttpListener advanced example dex
