Android.Net.Wifi.WifiInfo.SSID Property
Returns the service set identifier (SSID) of the current 802.11 network.

Syntax

[get: Android.Runtime.Register("getSSID", "()Ljava/lang/String;", "GetGetSSIDHandler")]
public virtual string SSID { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the service set identifier (SSID) of the current 802.11 network. If the SSID can be decoded as UTF-8, it will be returned surrounded by double quotation marks. Otherwise, it is returned as a string of hex digits. The SSID may be null if there is no network currently connected.

[Android Documentation]

Requirements

Namespace: Android.Net.Wifi
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1