Property | Type | Description |
---|
Method | Description | |
---|---|---|
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
|
public FinishedDownloading ( NSUrlConnection connection, NSUrl destinationUrl ) : void | ||
connection | NSUrlConnection | |
destinationUrl | NSUrl | |
return | void |
public NewsstandUrlDelegate1 ( string name, NKIssue issue ) : System | ||
name | string | |
issue | NKIssue | |
return | System |
public ResumedDownloading ( NSUrlConnection connection, long totalBytesWritten, long expectedTotalBytes ) : void | ||
connection | NSUrlConnection | |
totalBytesWritten | long | |
expectedTotalBytes | long | |
return | void |
public WroteData ( NSUrlConnection connection, long bytesWritten, long totalBytesWritten, long expectedTotalBytes ) : void | ||
connection | NSUrlConnection | |
bytesWritten | long | |
totalBytesWritten | long | |
expectedTotalBytes | long | |
return | void |