C# 클래스 MGDF.GamesManager.Model.GameDownloader

상속: FileDownloader
파일 보기 프로젝트 열기: mrsharpoblunto/MGDF 1 사용 예제들

공개 메소드들

메소드 설명
GameDownloader ( Game game, string sourceUrl, string destinationFileName, string expectedMd5, bool>.Func getCredentials ) : System
GetCredentials ( GetCredentialsEventArgs args ) : bool

메소드 상세

GameDownloader() 공개 메소드

public GameDownloader ( Game game, string sourceUrl, string destinationFileName, string expectedMd5, bool>.Func getCredentials ) : System
game MGDF.GamesManager.Model.Entities.Game
sourceUrl string
destinationFileName string
expectedMd5 string
getCredentials bool>.Func
리턴 System

GetCredentials() 공개 메소드

public GetCredentials ( GetCredentialsEventArgs args ) : bool
args MGDF.GamesManager.Common.Framework.GetCredentialsEventArgs
리턴 bool