votes
Monitoring all Http connections
Hi, i want to build a program which monitors all the computers http connections for my school project(C#). Ive been looking the web for such program and found this: [code] protected void Page_Load(object sender, EventArgs e) { ...
