NetworkCapabilities.TransportThread Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.TransportType enum directly instead of this field.

[Android.Runtime.Register("TRANSPORT_THREAD", ApiSince=34)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.TransportType enum directly instead of this field.", true)]
public const Android.Net.TransportType TransportThread = 9;
[<Android.Runtime.Register("TRANSPORT_THREAD", ApiSince=34)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.TransportType enum directly instead of this field.", true)>]
val mutable TransportThread : Android.Net.TransportType

Field Value

Value = 9

Implements

Attributes

Applies to