Share via


SslError.SslIdmismatch Field

Definition

Caution

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

Hostname mismatch

[Android.Runtime.Register("SSL_IDMISMATCH")]
[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 SslIdmismatch = 2;
[<Android.Runtime.Register("SSL_IDMISMATCH")>]
[<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 SslIdmismatch : Android.Net.Http.SslErrorType

Field Value

Value = 2
Attributes

Remarks

Hostname mismatch

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

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