How to determine if a WP7 mobile phone is turned on

The AFAIK property IsCellularDataRoamingEnabled indicates whether the connection supports roaming as such.

But can I find out if the phone is currently in roaming or on a home network?

+4
source share
1 answer

Use the NetworkInterfaceInfo.Characteristics property to determine if the phone is roaming.

+4
source

All Articles