Share via


SslError.SslInvalid Field

Definition

Caution

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

A generic error occurred

[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

Field Value

Value = 5
Attributes

Remarks

A generic error occurred

Java documentation for android.net.http.SslError.SSL_INVALID.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to