Android.Webkit.SslErrorHandler Class
Represents a request for handling an SSL error.

See Also: SslErrorHandler Members

Syntax

[Android.Runtime.Register("android/webkit/SslErrorHandler", DoNotGenerateAcw=true)]
public class SslErrorHandler : Android.OS.Handler

Remarks

Represents a request for handling an SSL error. Instances of this class are created by the WebView and passed to WebViewClient.OnReceivedSslError(WebView, Android.Webkit.SslErrorHandler, Android.Webkit.SslErrorHandler). The host application must call either SslErrorHandler.Proceed or SslErrorHandler.Cancel to set the WebView's response to the request.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1