Click here to Skip to main content
15,880,392 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello Every one...

I work on one desktop application in which i want to manage internet data use by particulate time duration. any way to get this type of data use in c# application.
Posted
Updated 4-Apr-13 1:19am
v3
Comments
ZurdoDev 4-Apr-13 7:26am    
Many routers have that built-in to them. Any chance you can just use that?
[no name] 4-Apr-13 7:42am    
but i don't work with only with routers but i want to my application in any network like it's should work with dial up connection also.
[no name] 4-Apr-13 7:42am    
but what in dial up connection ?
CHill60 4-Apr-13 8:14am    
You could try a System.Timers.Timer with an Interval set to your time limitation - when the Elapsed event fires check to see if they're still "using the internet" (not sure how you're doing that bit) and if so terminate their usuage.
[no name] 4-Apr-13 8:21am    
please can you give any example code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900