WebResourceLoadDelegate.OnReceivedResponse 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:didReceiveResponse:fromDataSource:")]
public virtual void OnReceivedResponse (WebKit.WebView sender, Foundation.NSObject identifier, Foundation.NSUrlResponse responseReceived, WebKit.WebDataSource dataSource);
abstract member OnReceivedResponse : WebKit.WebView * Foundation.NSObject * Foundation.NSUrlResponse * WebKit.WebDataSource -> unit
override this.OnReceivedResponse : WebKit.WebView * Foundation.NSObject * Foundation.NSUrlResponse * WebKit.WebDataSource -> unit
Parameters
- sender
- WebView
- identifier
- NSObject
- responseReceived
- NSUrlResponse
- dataSource
- WebDataSource
- Attributes