相关文章推荐
飘逸的感冒药  ·  sourcetree ...·  1 年前    · 
闷骚的香烟  ·  windows uuidgen-掘金·  1 年前    · 
眼睛小的牛腩  ·  C# -join 子句(C# ...·  1 年前    · 
胡子拉碴的斑马  ·  Android ...·  1 年前    · 

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.