SslErrorHandler.Proceed Method
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.
Proceed with the SSL certificate.
[Android.Runtime.Register("proceed", "()V", "GetProceedHandler")]
public virtual void Proceed ();
[<Android.Runtime.Register("proceed", "()V", "GetProceedHandler")>]
abstract member Proceed : unit -> unit
override this.Proceed : unit -> unit
- Attributes
Remarks
Proceed with the SSL certificate.
It is not recommended to proceed past SSL errors and this method should generally not be used; see WebViewClient#onReceivedSslError
for more information.
Java documentation for android.webkit.SslErrorHandler.proceed()
.
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.