C# 클래스 Newsstand.NewsstandUrlDelegate1

상속: NSUrlConnectionDownloadDelegate
파일 보기 프로젝트 열기: xamarin/monotouch-samples 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
FinishedDownloading ( NSUrlConnection connection, NSUrl destinationUrl ) : void

Connection has successfully downloaded the asset to the destinationUrl file location. You must copy/move this file to a more persisten/appropriate location

NewsstandUrlDelegate1 ( string name, NKIssue issue ) : System

Pass the issue into the delegate to determine the target file location

ResumedDownloading ( NSUrlConnection connection, long totalBytesWritten, long expectedTotalBytes ) : void

Sent when a connection resumes after being suspended

WroteData ( NSUrlConnection connection, long bytesWritten, long totalBytesWritten, long expectedTotalBytes ) : void

Delivers progress information for the download

메소드 상세

FinishedDownloading() 공개 메소드

Connection has successfully downloaded the asset to the destinationUrl file location. You must copy/move this file to a more persisten/appropriate location
public FinishedDownloading ( NSUrlConnection connection, NSUrl destinationUrl ) : void
connection NSUrlConnection
destinationUrl NSUrl
리턴 void

NewsstandUrlDelegate1() 공개 메소드

Pass the issue into the delegate to determine the target file location
public NewsstandUrlDelegate1 ( string name, NKIssue issue ) : System
name string
issue NKIssue
리턴 System

ResumedDownloading() 공개 메소드

Sent when a connection resumes after being suspended
public ResumedDownloading ( NSUrlConnection connection, long totalBytesWritten, long expectedTotalBytes ) : void
connection NSUrlConnection
totalBytesWritten long
expectedTotalBytes long
리턴 void

WroteData() 공개 메소드

Delivers progress information for the download
public WroteData ( NSUrlConnection connection, long bytesWritten, long totalBytesWritten, long expectedTotalBytes ) : void
connection NSUrlConnection
bytesWritten long
totalBytesWritten long
expectedTotalBytes long
리턴 void