Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I hope to get the data transfer info. I have done the same thing on iPhone but not sure if wp7 sdk has the same function?

share|improve this question

1 Answer

up vote 0 down vote accepted

No, at the moment, there is no data transfer API. I assume you mean total data usage from other apps and the phone in general. You could monitor your own app by manually making web requests and storing the bytes used but there's no way to monitor how much is being used by other apps.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.