NSUrlConnectionDownloadDelegate.WroteData 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.
Indicates that data was written.
[Foundation.Export("connection:didWriteData:totalBytesWritten:expectedTotalBytes:")]
public virtual void WroteData (Foundation.NSUrlConnection connection, long bytesWritten, long totalBytesWritten, long expectedTotalBytes);
abstract member WroteData : Foundation.NSUrlConnection * int64 * int64 * int64 -> unit
override this.WroteData : Foundation.NSUrlConnection * int64 * int64 * int64 -> unit
Parameters
- connection
- NSUrlConnection
- bytesWritten
- Int64
- totalBytesWritten
- Int64
- expectedTotalBytes
- Int64
- Attributes