C# Class MGDF.GamesManager.Model.GameDownloader

Inheritance: FileDownloader
Exibir arquivo Open project: mrsharpoblunto/MGDF Class Usage Examples

Public Methods

Method Description
GameDownloader ( Game game, string sourceUrl, string destinationFileName, string expectedMd5, bool>.Func getCredentials ) : System
GetCredentials ( GetCredentialsEventArgs args ) : bool

Method Details

GameDownloader() public method

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
return System

GetCredentials() public method

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