NetworkException.ErrorConnectionReset Campo

Definición

Precaución

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

Código de error que indica que la conexión se ha restablecido inesperadamente.

[Android.Runtime.Register("ERROR_CONNECTION_RESET", 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 ErrorConnectionReset = 8;
[<Android.Runtime.Register("ERROR_CONNECTION_RESET", 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 ErrorConnectionReset : Android.Net.Http.NetworkExceptionErrorReason

Valor de campo

Value = 8
Atributos

Comentarios

Código de error que indica que la conexión se ha restablecido inesperadamente.

Java documentación para android.net.http.NetworkException.ERROR_CONNECTION_RESET.

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