C# Класс Newsstand.NewsstandUrlDelegate1

Наследование: NSUrlConnectionDownloadDelegate
Показать файл Открыть проект Примеры использования класса

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