ramazanv Posted March 12, 2003 Posted March 12, 2003 on a local machine I want to control internet.How can I do this in c#(this is for a program that restrict the internet due to users) Quote
Moderators Robby Posted March 13, 2003 Moderators Posted March 13, 2003 Can you explain further, I didn't quite understand. Quote Visit...Bassic Software
ramazanv Posted March 14, 2003 Author Posted March 14, 2003 you know that IE uses port 80 to get and receive internet packets.I want to write a security program that checks the packets which use HTTP protocol(port 80).Somehow I have to reach this port.When a browser create a web request I can handle this and I can either reject or accept according to users restrictions.Now I hear in windows XP ICF/ICS application layer gateway services.I have not found enough information about that.It is not necessary to use ICF/ICS.Any method which can do that is helpful for me.In C#.Thanks for your care Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.