IkeSessionParams.Network Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the configured Network
, or null if was not set.
public Android.Net.Network? Network { [Android.Runtime.Register("getNetwork", "()Landroid/net/Network;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getNetwork", "()Landroid/net/Network;", "", ApiSince=31)>]
member this.Network : Android.Net.Network
Property Value
- Attributes
Remarks
Retrieves the configured Network
, or null if was not set.
Java documentation for android.net.ipsec.ike.IkeSessionParams.getNetwork()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.