DevicePolicyManager.PrivateDnsSetErrorHostNotServing Feld

Definition

Achtung

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

Wenn es sich um privateDnsHost einen gültigen Hostnamen handelte, der Host jedoch nicht DNS-over-TLS unterstützt.

[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

Feldwert

Value = 1
Attribute

Hinweise

Wenn es sich um privateDnsHost einen gültigen Hostnamen handelte, der Host jedoch nicht DNS-over-TLS unterstützt.

Java Dokumentation für android.app.admin.DevicePolicyManager.PRIVATE_DNS_SET_ERROR_HOST_NOT_SERVING.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: