DnsOptions.DnsOptionDisabled Campo

Definición

Precaución

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

La opción está deshabilitada.

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

Valor de campo

Value = 2
Atributos

Comentarios

La opción está deshabilitada.

Java documentación para android.net.http.DnsOptions.DNS_OPTION_DISABLED.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a