C# 클래스 NAppUpdate.Framework.Sources.SimpleWebSource

상속: IUpdateSource
파일 보기 프로젝트 열기: piotrwest/NAppUpdateMono 1 사용 예제들

공개 메소드들

메소드 설명
GetData ( string url, string baseUrl, Action onProgress, string &tempLocation ) : bool
GetUpdatesFeed ( ) : string
SimpleWebSource ( ) : System
SimpleWebSource ( string feedUrl ) : System

메소드 상세

GetData() 공개 메소드

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

GetUpdatesFeed() 공개 메소드

public GetUpdatesFeed ( ) : string
리턴 string

SimpleWebSource() 공개 메소드

public SimpleWebSource ( ) : System
리턴 System

SimpleWebSource() 공개 메소드

public SimpleWebSource ( string feedUrl ) : System
feedUrl string
리턴 System