C# 클래스 FSoft.WordApp.Core.MvxFastFileDownloadRequest

파일 보기 프로젝트 열기: fpt-software/Wordpress-Client 1 사용 예제들

공개 메소드들

메소드 설명
MvxFastFileDownloadRequest ( string url, string downloadPath ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
CreateClient ( ) : HttpClient
FireDownloadComplete ( ) : void
FireDownloadFailed ( Exception exception ) : void
HandleSuccess ( Task result ) : void

메소드 상세

MvxFastFileDownloadRequest() 공개 메소드

public MvxFastFileDownloadRequest ( string url, string downloadPath ) : System
url string
downloadPath string
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void