Hi there all,
Does anyone have a simple way to listen for web page requests with vb 2005?
I only want to be able to count the number of page requests made by any browser on the local machine.
Any help would be much appreciated
Printable View
Hi there all,
Does anyone have a simple way to listen for web page requests with vb 2005?
I only want to be able to count the number of page requests made by any browser on the local machine.
Any help would be much appreciated
You just need a TCP listener object listening on port 80. Google for TcpListener examples, there are plenty on the net.