NSUrlConnectionDownloadDelegate.WroteData 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示已寫入資料。
[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
參數
- connection
- NSUrlConnection
- bytesWritten
- Int64
- totalBytesWritten
- Int64
- expectedTotalBytes
- Int64
- 屬性