SslError.SslMaxError フィールド

定義

注意事項

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

異なる SSL エラーの数。

[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)>]
val mutable SslMaxError : Android.Net.Http.SslErrorType

フィールド値

Value = 4
属性

注釈

異なる SSL エラーの数。

このメンバーは非推奨とされます。 この定数は SslError API を使用する場合には必要なく、リリースごとに変更できます。

android.net.http.SslError.SSL_MAX_ERRORJava ドキュメント。

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

適用対象