Share via


IWebResourceLoadDelegate.OnReceivedAuthenticationChallenge Method

Definition

[Foundation.Export("webView:resource:didReceiveAuthenticationChallenge:fromDataSource:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void OnReceivedAuthenticationChallenge(WebKit.WebView sender, Foundation.NSObject identifier, Foundation.NSUrlAuthenticationChallenge challenge, WebKit.WebDataSource dataSource);
[<Foundation.Export("webView:resource:didReceiveAuthenticationChallenge:fromDataSource:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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
dataSource
WebDataSource
Attributes

Applies to