Edit

Share via


WKNavigationDelegate_Extensions.DidReceiveAuthenticationChallenge Method

Definition

Method that is called when an authentication challenge is issued.

public static void DidReceiveAuthenticationChallenge (this WebKit.IWKNavigationDelegate This, WebKit.WKWebView webView, Foundation.NSUrlAuthenticationChallenge challenge, Action<Foundation.NSUrlSessionAuthChallengeDisposition,Foundation.NSUrlCredential> completionHandler);
static member DidReceiveAuthenticationChallenge : WebKit.IWKNavigationDelegate * WebKit.WKWebView * Foundation.NSUrlAuthenticationChallenge * Action<Foundation.NSUrlSessionAuthChallengeDisposition, Foundation.NSUrlCredential> -> unit

Parameters

This
IWKNavigationDelegate

The instance on which this extension method operates.

webView
WKWebView

Applies to