C# Class FSoft.WordApp.Core.MvxFastFileDownloadRequest

Exibir arquivo Open project: fpt-software/Wordpress-Client Class Usage Examples

Public Methods

Method Description
MvxFastFileDownloadRequest ( string url, string downloadPath ) : System
Start ( ) : void

Private Methods

Method Description
CreateClient ( ) : HttpClient
FireDownloadComplete ( ) : void
FireDownloadFailed ( Exception exception ) : void
HandleSuccess ( Task result ) : void

Method Details

MvxFastFileDownloadRequest() public method

public MvxFastFileDownloadRequest ( string url, string downloadPath ) : System
url string
downloadPath string
return System

Start() public method

public Start ( ) : void
return void