iOSAuthChallengeReceivedEventArgs

class : System.EventArgs

Namespace: Vuplex.WebView

Event args for iOSWebView.AuthChallengeReceived.

Summary

Public properties

AuthChallenge

IntPtr AuthChallenge

Objective-C pointer to the native (NSURLAuthenticationChallenge *) challenge parameter passed to webView:didReceiveAuthenticationChallenge:completionHandler:

CompletionHandler

IntPtr CompletionHandler

Objective-C pointer to the native (void (^)(enum NSURLSessionAuthChallengeDisposition, NSURLCredential *)) completionHandler parameter passed to webView:didReceiveAuthenticationChallenge:completionHandler: