.net cf http sniffer

  • Thread starter Thread starter ilya.margoulis
  • Start date Start date
I

ilya.margoulis

Hi
What I basically need is to know how much data was sent/received by
WebBrowser ( on Windows Mboile 5 OS ). How can do it ? There are a lot
of exmaplse in the net but all to .NET ( not CF ) - I tried to make
them work on CF but without success. Also thought about working with
HTTP request/response and using content-length from the response but
it does not content image size and size of any other dynamic data that
trnasferred. Any help would be appreciated.
 
Hi
What I basically need is to know how much data was sent/received by
WebBrowser ( on Windows Mboile 5 OS ). How can do it ? There are a lot
of exmaplse in the net but all to .NET ( not CF ) - I tried to make
them work on CF but without success. Also thought about working with
HTTP request/response and using content-length from the response but
it does not content image size and size of any other dynamic data that
trnasferred. Any help would be appreciated.

I wonder if TcpTrace could help you out?

http://www.pocketsoap.com/tcptrace/

You could set up TcpTrace to act as a "tunnel" between your local PC and
the website you want your mobile app to hit. Then have your mobile app
hit your local PC. TcpTrace should record all of the traffic
(theoretically -- I haven't tried this before).
 
Back
Top