collect download data number from NIC

  • Thread starter Thread starter pei_world
  • Start date Start date
P

pei_world

Hi there,

Is there anyone know how to write a C# program to collect the total number
of download from computer startup and turn off?

anycode will be helpful!


thanks
 
pei_world,

That's hard to say. What do you classify as a "download"? I mean, does
it have to be saved to the local disk, or is anything that comes through the
network adapter a download? In order to do this, you would have to create
some sort of hook into the network adapter. However, I don't believe that
it is wise to use managed code for this, as it would probably kill
performance for the adapter (not to mention the fact that it probably
requires you to export functions from a DLL, which you can't do with C#).

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top