This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft Edge More info about Internet Explorer and Microsoft Edge
[Android.Runtime.Register(".ctor", "(ILandroid/net/http/SslCertificate;)V", "")]
[System.Obsolete("deprecated")]
public SslError (Android.Net.Http.SslErrorType error, Android.Net.Http.SslCertificate? certificate);
[<Android.Runtime.Register(".ctor", "(ILandroid/net/http/SslCertificate;)V", "")>]
[<System.Obsolete("deprecated")>]
new Android.Net.Http.SslError : Android.Net.Http.SslErrorType * Android.Net.Http.SslCertificate -> Android.Net.Http.SslError

Parameters

[Android.Runtime.Register(".ctor", "(ILjava/security/cert/X509Certificate;)V", "")]
[System.Obsolete("deprecated")]
public SslError (Android.Net.Http.SslErrorType error, Java.Security.Cert.X509Certificate? certificate);
[<Android.Runtime.Register(".ctor", "(ILjava/security/cert/X509Certificate;)V", "")>]
[<System.Obsolete("deprecated")>]
new Android.Net.Http.SslError : Android.Net.Http.SslErrorType * Java.Security.Cert.X509Certificate -> Android.Net.Http.SslError

Parameters

protected SslError (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Net.Http.SslError : nativeint * Android.Runtime.JniHandleOwnership -> Android.Net.Http.SslError

Parameters

[Android.Runtime.Register(".ctor", "(ILandroid/net/http/SslCertificate;Ljava/lang/String;)V", "")]
public SslError (Android.Net.Http.SslErrorType error, Android.Net.Http.SslCertificate? certificate, string? url);
[<Android.Runtime.Register(".ctor", "(ILandroid/net/http/SslCertificate;Ljava/lang/String;)V", "")>]
new Android.Net.Http.SslError : Android.Net.Http.SslErrorType * Android.Net.Http.SslCertificate * string -> Android.Net.Http.SslError

Parameters

Remarks

Java documentation for android.net.http.SslError.SslError(int, android.net.http.SslCertificate, java.lang.String) .

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.

[Android.Runtime.Register(".ctor", "(ILjava/security/cert/X509Certificate;Ljava/lang/String;)V", "")]
public SslError (Android.Net.Http.SslErrorType error, Java.Security.Cert.X509Certificate? certificate, string? url);
[<Android.Runtime.Register(".ctor", "(ILjava/security/cert/X509Certificate;Ljava/lang/String;)V", "")>]
new Android.Net.Http.SslError : Android.Net.Http.SslErrorType * Java.Security.Cert.X509Certificate * string -> Android.Net.Http.SslError

Parameters

Remarks

Java documentation for android.net.http.SslError.SslError(int, java.security.cert.X509Certificate, java.lang.String) .

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.