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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -