C# Class NAppUpdate.Framework.Sources.SimpleWebSource

Inheritance: IUpdateSource
Afficher le fichier Open project: piotrwest/NAppUpdateMono Class Usage Examples

Méthodes publiques

Méthode Description
GetData ( string url, string baseUrl, Action onProgress, string &tempLocation ) : bool
GetUpdatesFeed ( ) : string
SimpleWebSource ( ) : System
SimpleWebSource ( string feedUrl ) : System

Method Details

GetData() public méthode

public GetData ( string url, string baseUrl, Action onProgress, string &tempLocation ) : bool
url string
baseUrl string
onProgress Action
tempLocation string
Résultat bool

GetUpdatesFeed() public méthode

public GetUpdatesFeed ( ) : string
Résultat string

SimpleWebSource() public méthode

public SimpleWebSource ( ) : System
Résultat System

SimpleWebSource() public méthode

public SimpleWebSource ( string feedUrl ) : System
feedUrl string
Résultat System