WebResourceLoadDelegate.OnCancelledAuthenticationChallenge メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
[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
パラメーター
- sender
- WebView
- identifier
- NSObject
- challenge
- NSUrlAuthenticationChallenge
- dataSource
- WebDataSource
- 属性