Compartilhar via


SslError.SslInvalid Campo

Definição

Cuidado

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

Ocorreu um erro genérico

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

Valor do campo

Value = 5
Atributos

Comentários

Ocorreu um erro genérico

Documentação Java para android.net.http.SslError.SSL_INVALID.

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

Aplica-se a