Android.Net.Http.SslError Members

The members of Android.Net.Http.SslError are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new SslError object using the supplied error and certificate.
Creates a new SslError object using the supplied error and certificate.
Creates a new SslError object using the supplied error, certificate and URL.
Creates a new SslError object using the supplied error, certificate and URL.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
SslDateInvalidSslErrorType (4). The date of the certificate is invalid
const
SslExpiredSslErrorType (1). The certificate has expired
const
SslIdmismatchSslErrorType (2). Hostname mismatch
const
SslInvalidSslErrorType (5). A generic error occurred
const
SslMaxErrorSslErrorType (4). The number of different SSL errors.
const
SslNotyetvalidSslErrorType (0). The certificate is not yet valid
const
SslUntrustedSslErrorType (3). The certificate authority is not trusted

Public Properties

[read-only]
CertificateSslCertificate. Gets the SSL certificate associated with this object.
[read-only]
PrimaryErrorSslErrorType. Gets the most severe SSL error in this object's set of errors.
[read-only]
Urlstring. Gets the URL associated with this object.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

AddError(SslErrorType) : bool
Adds the supplied SSL error to the set.
HasError(SslErrorType) : bool
Determines whether this object includes the supplied error.