WKNavigationDelegate_Extensions.DidReceiveAuthenticationChallenge 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.
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
The instance on which this extension method operates.
- webView
- WKWebView
- challenge
- NSUrlAuthenticationChallenge
- completionHandler
- Action<NSUrlSessionAuthChallengeDisposition,NSUrlCredential>