Share via


WebResourceLoadDelegate.OnReceivedResponse Method

Definition

[Foundation.Export("webView:resource:didReceiveResponse:fromDataSource:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void OnReceivedResponse(WebKit.WebView sender, Foundation.NSObject identifier, Foundation.NSUrlResponse responseReceived, WebKit.WebDataSource dataSource);
[<Foundation.Export("webView:resource:didReceiveResponse:fromDataSource:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
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

Implements

Attributes

Applies to