AVAssetDownloadDelegate.DidSendBodyData 方法

定义

在接收正文数据时调用以传达进度的方法。

[Foundation.Export("URLSession:task:didSendBodyData:totalBytesSent:totalBytesExpectedToSend:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 9, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void DidSendBodyData (Foundation.NSUrlSession session, Foundation.NSUrlSessionTask task, long bytesSent, long totalBytesSent, long totalBytesExpectedToSend);
abstract member DidSendBodyData : Foundation.NSUrlSession * Foundation.NSUrlSessionTask * int64 * int64 * int64 -> unit
override this.DidSendBodyData : Foundation.NSUrlSession * Foundation.NSUrlSessionTask * int64 * int64 * int64 -> unit

参数

session
NSUrlSession
bytesSent
Int64
totalBytesSent
Int64
totalBytesExpectedToSend
Int64
属性

适用于