WebResourceLoadDelegate.OnReceivedAuthenticationChallenge 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.
[Foundation.Export("webView:resource:didReceiveAuthenticationChallenge:fromDataSource:")]
public virtual void OnReceivedAuthenticationChallenge (WebKit.WebView sender, Foundation.NSObject identifier, Foundation.NSUrlAuthenticationChallenge challenge, WebKit.WebDataSource dataSource);
abstract member OnReceivedAuthenticationChallenge : WebKit.WebView * Foundation.NSObject * Foundation.NSUrlAuthenticationChallenge * WebKit.WebDataSource -> unit
override this.OnReceivedAuthenticationChallenge : WebKit.WebView * Foundation.NSObject * Foundation.NSUrlAuthenticationChallenge * WebKit.WebDataSource -> unit
Parameters
- sender
- WebView
- identifier
- NSObject
- challenge
- NSUrlAuthenticationChallenge
- dataSource
- WebDataSource
- Attributes