VpnManager.ErrorCodeNetworkIo Campo

Definizione

Attenzione

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

Oggetto #EXTRA_ERROR_CODE per #CATEGORY_EVENT_NETWORK_ERROR indicare un errore di input/output.

[Android.Runtime.Register("ERROR_CODE_NETWORK_IO", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.VpnErrorCode enum directly instead of this field.", true)]
public const Android.Net.VpnErrorCode ErrorCodeNetworkIo = 3;
[<Android.Runtime.Register("ERROR_CODE_NETWORK_IO", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.VpnErrorCode enum directly instead of this field.", true)>]
val mutable ErrorCodeNetworkIo : Android.Net.VpnErrorCode

Valore del campo

Value = 3
Attributi

Commenti

Oggetto #EXTRA_ERROR_CODE per #CATEGORY_EVENT_NETWORK_ERROR indicare un errore di input/output.

Questo codice si verifica quando la lettura o la scrittura in socket nelle reti sottostanti è stata terminata da un errore di I/O. IOException.

per android.net.VpnManager.ERROR_CODE_NETWORK_IO.

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