SslError.SslMaxError Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Net.Http.SslErrorType enum directly instead of this field.
The number of different SSL errors.
[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
Field Value
Value = 4- Attributes
Remarks
The number of different SSL errors.
This member is deprecated. This constant is not necessary for using the SslError API and can change from release to release.
Java documentation for android.net.http.SslError.SSL_MAX_ERROR
.
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.