C# Class Windows.Networking.BackgroundTransfer.DownloadOperation

Inheritance: IDownloadOperation, IBackgroundTransferOperation
Afficher le fichier Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Méthodes publiques

Méthode Description
AttachAsync ( ) : DownloadOperation>.IAsyncOperationWithProgress
GetResponseInformation ( ) : ResponseInformation
GetResultStreamAt ( [ position ) : IInputStream
Pause ( ) : void
Resume ( ) : void
StartAsync ( ) : DownloadOperation>.IAsyncOperationWithProgress

Method Details

AttachAsync() public méthode

public AttachAsync ( ) : DownloadOperation>.IAsyncOperationWithProgress
Résultat DownloadOperation>.IAsyncOperationWithProgress

GetResponseInformation() public méthode

public GetResponseInformation ( ) : ResponseInformation
Résultat ResponseInformation

GetResultStreamAt() public méthode

public GetResultStreamAt ( [ position ) : IInputStream
position [
Résultat IInputStream

Pause() public méthode

public Pause ( ) : void
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

StartAsync() public méthode

public StartAsync ( ) : DownloadOperation>.IAsyncOperationWithProgress
Résultat DownloadOperation>.IAsyncOperationWithProgress