开发者

Identify Wireless or GPRS network using C#

开发者 https://www.devze.com 2023-03-22 13:57 出处:网络
How do I identify th开发者_StackOverflow社区e network type the phone is operating in (wireless, or GPRS) using C#?

How do I identify th开发者_StackOverflow社区e network type the phone is operating in (wireless, or GPRS) using C#?

Thanks in advance...


http://msdn.microsoft.com/en-us/library/microsoft.devices.networkinformation.networkinterface.getinternetinterfacetype%28v=vs.92%29.aspx

NetworkInterface.GetInternetInterfaceType returns a NetworkInterfaceType enum you can match on.

0

精彩评论

暂无评论...
验证码 换一张
取 消