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.
Instructs the WebView
that encountered the SSL certificate error
to ignore the error and continue communicating with the server.
[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
Instructs the WebView
that encountered the SSL certificate error to ignore the error and continue communicating with the server.
<b>Warning:</b> When an SSL error occurs, the host application should always call #cancel()
rather than proceed()
because an invalid SSL certificate means the connection is not secure.
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.