다음을 통해 공유


NSUrlConnectionDownloadDelegate.ResumedDownloading 메서드

정의

일시 중단 후 다운로드가 다시 시작되었음을 나타냅니다.

[Foundation.Export("connectionDidResumeDownloading:totalBytesWritten:expectedTotalBytes:")]
public virtual void ResumedDownloading (Foundation.NSUrlConnection connection, long totalBytesWritten, long expectedTotalBytes);
abstract member ResumedDownloading : Foundation.NSUrlConnection * int64 * int64 -> unit
override this.ResumedDownloading : Foundation.NSUrlConnection * int64 * int64 -> unit

매개 변수

connection
NSUrlConnection
totalBytesWritten
Int64
expectedTotalBytes
Int64
특성

적용 대상