Compartilhar via


SslError.SslMaxError Campo

Definição

Cuidado

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

O número de erros SSL diferentes.

[Android.Runtime.Register("SSL_MAX_ERROR")]
[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 SslMaxError = 4;
[Android.Runtime.Register("SSL_MAX_ERROR")]
[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 SslMaxError = 6;
[<Android.Runtime.Register("SSL_MAX_ERROR")>]
[<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 SslMaxError : Android.Net.Http.SslErrorType

Valor do campo

Value = 6
Atributos

Comentários

O número de erros SSL diferentes.

Este membro foi preterido. Essa constante não é necessária para usar a API SslError e pode mudar de versão para versão.

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

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