SslError.SslIdmismatch フィールド

定義

注意事項

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

ホスト名の不一致

[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

フィールド値

Value = 2
属性

注釈

ホスト名の不一致

の Java ドキュメント android.net.http.SslError.SSL_IDMISMATCH

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象