Share via


DiscoveryRequest.Network Property

Definition

Returns the Network on which the query should be sent or null if no network is specified.

public Android.Net.Network? Network { [Android.Runtime.Register("getNetwork", "()Landroid/net/Network;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getNetwork", "()Landroid/net/Network;", "", ApiSince=35)>]
member this.Network : Android.Net.Network

Property Value

Attributes

Remarks

Returns the Network on which the query should be sent or null if no network is specified.

Java documentation for android.net.nsd.DiscoveryRequest.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