Android.Net.ConnectivityManager.GetLinkProperties Method
Get the Android.Net.LinkProperties for the given Android.Net.Network.

Syntax

[Android.Runtime.Register("getLinkProperties", "(Landroid/net/Network;)Landroid/net/LinkProperties;", "GetGetLinkProperties_Landroid_net_Network_Handler")]
public virtual LinkProperties GetLinkProperties (Network network)

Parameters

network
The Android.Net.Network object identifying the network in question.

Returns

Documentation for this section has not yet been entered.

Remarks

Get the Android.Net.LinkProperties for the given Android.Net.Network. This will return null if the network is unknown.

[Android Documentation]

Requirements

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