Condividi tramite


IkeSessionConnectionInfo.Network Property

Definition

Returns the underlying Network being used.

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

the underlying Network that carries all IKE traffic.

Attributes

Remarks

Returns the underlying Network being used.

Java documentation for android.net.ipsec.ike.IkeSessionConnectionInfo.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.

Applies to