C# Class Windows.Networking.BackgroundTransfer.DownloadOperation

Inheritance: IDownloadOperation, IBackgroundTransferOperation
ファイルを表示 Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

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

Method Details

AttachAsync() public method

public AttachAsync ( ) : DownloadOperation>.IAsyncOperationWithProgress
return DownloadOperation>.IAsyncOperationWithProgress

GetResponseInformation() public method

public GetResponseInformation ( ) : ResponseInformation
return ResponseInformation

GetResultStreamAt() public method

public GetResultStreamAt ( [ position ) : IInputStream
position [
return IInputStream

Pause() public method

public Pause ( ) : void
return void

Resume() public method

public Resume ( ) : void
return void

StartAsync() public method

public StartAsync ( ) : DownloadOperation>.IAsyncOperationWithProgress
return DownloadOperation>.IAsyncOperationWithProgress