Take info out from connectivity service.

            ConnectivityManager connectivity =
(ConnectivityManager)GetSystemService( ConnectivityService );

            NetworkInfo[] networkArray = connectivity.GetAllNetworkInfo();

or

            NetworkInfo activeNetwork = connectivity.ActiveNetworkInfo;

and check out it's type ( NetworkInfo.Type )

    Android.Net.ConnectivityType enum
    {
        Mobile = 0,
        Wifi = 1,
        MobileMms = 2,
        MobileSupl = 3,
        MobileDun = 4,
        MobileHipri = 5,
        Wimax = 6,
    }


hope this helps as a startup...

On 11 May 2012 17:42, Saeid Yazdani <[email protected]> wrote:

> Dear Friends,
>
> Can somone please point me to an example or some help regarding working
> with
> WiFi in Mono for android?
>
> Thanks.
>
> --
> View this message in context:
> http://mono-for-android.1047100.n5.nabble.com/Accessing-WiFi-connection-tp5703512.html
> Sent from the Mono for Android mailing list archive at Nabble.com.
> _______________________________________________
> Monodroid mailing list
> [email protected]
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>



-- 
Gonçalo Oliveira
_______________________________________________
Monodroid mailing list
[email protected]

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to