DevicePolicyManager.PrivateDnsSetErrorHostNotServing Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.App.Admin.PrivateDnsSet enum directly instead of this field.

Si el privateDnsHost proporcionado era de un nombre de host válido, pero se encontró que ese host no admite DNS a través de TLS.

[Android.Runtime.Register("PRIVATE_DNS_SET_ERROR_HOST_NOT_SERVING", ApiSince=29)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.PrivateDnsSet enum directly instead of this field.", true)]
public const Android.App.Admin.PrivateDnsSet PrivateDnsSetErrorHostNotServing = 1;
[<Android.Runtime.Register("PRIVATE_DNS_SET_ERROR_HOST_NOT_SERVING", ApiSince=29)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.PrivateDnsSet enum directly instead of this field.", true)>]
val mutable PrivateDnsSetErrorHostNotServing : Android.App.Admin.PrivateDnsSet

Valor de campo

Value = 1
Atributos

Comentarios

Si el privateDnsHost proporcionado era de un nombre de host válido, pero se encontró que ese host no admite DNS a través de TLS.

Java documentación para android.app.admin.DevicePolicyManager.PRIVATE_DNS_SET_ERROR_HOST_NOT_SERVING.

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