Lingua

NetworkException.ErrorQuicProtocolFailed Campo

Definizione

Attenzione

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

Codice di errore che indica un errore correlato al protocollo QUIC .

[Android.Runtime.Register("ERROR_QUIC_PROTOCOL_FAILED", 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 ErrorQuicProtocolFailed = 10;
[<Android.Runtime.Register("ERROR_QUIC_PROTOCOL_FAILED", 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 ErrorQuicProtocolFailed : Android.Net.Http.NetworkExceptionErrorReason

Valore del campo

Value = 10
Attributi

Commenti

Codice di errore che indica un errore correlato al protocollo QUIC . Quando #getErrorCode restituisce questo codice, questa eccezione può essere sottoposta a cast per QuicException altre informazioni.

per android.net.http.NetworkException.ERROR_QUIC_PROTOCOL_FAILED.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a