WebResourceLoadDelegate.OnReceivedContentLength 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:didReceiveContentLength:fromDataSource:")]
public virtual void OnReceivedContentLength (WebKit.WebView sender, Foundation.NSObject identifier, nint length, WebKit.WebDataSource dataSource);
abstract member OnReceivedContentLength : WebKit.WebView * Foundation.NSObject * nint * WebKit.WebDataSource -> unit
override this.OnReceivedContentLength : WebKit.WebView * Foundation.NSObject * nint * WebKit.WebDataSource -> unit
Parameters
- sender
- WebView
- identifier
- NSObject
- length
- System.System.IntPtr System.nativeint
- dataSource
- WebDataSource
- Attributes