NetworkException.ErrorConnectionTimedOut Feld

Definition

Achtung

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

Fehlercode, der angibt, dass der Verbindungsversuch timeout war.

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

Feldwert

Value = 6
Attribute

Hinweise

Fehlercode, der angibt, dass der Verbindungsversuch timeout war.

Java Dokumentation für android.net.http.NetworkException.ERROR_CONNECTION_TIMED_OUT.

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: