NetworkException.ErrorConnectionTimedOut Campo

Definição

Cuidado

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

Código de erro indicando que a tentativa de conexão atingiu o tempo limite.

[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

Valor do campo

Value = 6
Atributos

Comentários

Código de erro indicando que a tentativa de conexão atingiu o tempo limite.

Java documentação para android.net.http.NetworkException.ERROR_CONNECTION_TIMED_OUT.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a