Does any know some good http (at least) sniffer which works under Windows Phone 7 OS? Currently I use wireshark/fiddler + windows phone 7 emulator for testing, but anyway I want to test my app using real phone + some win 7 phone开发者_运维问答 sniffer too. I'll appreciate any help.
You can use Fiddler with your device also.
Mike Ormond demonstrates here.
More Monitoring Web Requests on Windows Phone
The current Windows Phone platform SDK does not expose access to the network stack or the radio interface at all, so in the current incarnation there is no way to create a sniffer for the platform.
精彩评论