Windows Mobile - Internet Usage C# -
i need monitor internet traffic (both upload , download) on windows mobile. there api available monitor internet data traffic on windows mobile (c#)? using opennetcf in project. can use api opennetcf is available.
unfortunately no, there no api monitor traffic (in managed or native code). best solution create ndis intermediate filter driver of computations, stores results , exposes api retrieving results. has written in c.
Comments
Post a Comment