WebResourceLoadDelegate.OnCancelledAuthenticationChallenge Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
[Foundation.Export("webView:resource:didCancelAuthenticationChallenge:fromDataSource:")]
public virtual void OnCancelledAuthenticationChallenge (WebKit.WebView sender, Foundation.NSObject identifier, Foundation.NSUrlAuthenticationChallenge challenge, WebKit.WebDataSource dataSource);
abstract member OnCancelledAuthenticationChallenge : WebKit.WebView * Foundation.NSObject * Foundation.NSUrlAuthenticationChallenge * WebKit.WebDataSource -> unit
override this.OnCancelledAuthenticationChallenge : WebKit.WebView * Foundation.NSObject * Foundation.NSUrlAuthenticationChallenge * WebKit.WebDataSource -> unit
Parâmetros
- sender
- WebView
- identifier
- NSObject
- challenge
- NSUrlAuthenticationChallenge
- dataSource
- WebDataSource
- Atributos