C# Class NAppUpdate.Framework.Sources.SimpleWebSource

Inheritance: IUpdateSource
ファイルを表示 Open project: piotrwest/NAppUpdateMono Class Usage Examples

Public Methods

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

Method Details

GetData() public method

public GetData ( string url, string baseUrl, Action onProgress, string &tempLocation ) : bool
url string
baseUrl string
onProgress Action
tempLocation string
return bool

GetUpdatesFeed() public method

public GetUpdatesFeed ( ) : string
return string

SimpleWebSource() public method

public SimpleWebSource ( ) : System
return System

SimpleWebSource() public method

public SimpleWebSource ( string feedUrl ) : System
feedUrl string
return System