C# 클래스 AppUpdater.Server.DefaultUpdateServer

상속: IUpdateServer
파일 보기 프로젝트 열기: diogomafra/AppUpdater

공개 메소드들

메소드 설명
DefaultUpdateServer ( Uri updateServerUrl ) : System
DownloadFile ( string version, string filename ) : byte[]
GetCurrentVersion ( ) : string
GetManifest ( string version ) : VersionManifest

비공개 메소드들

메소드 설명
DownloadBinary ( string filename ) : byte[]
DownloadString ( string filename ) : string
GetVersionFilename ( string version, string filename ) : string

메소드 상세

DefaultUpdateServer() 공개 메소드

public DefaultUpdateServer ( Uri updateServerUrl ) : System
updateServerUrl System.Uri
리턴 System

DownloadFile() 공개 메소드

public DownloadFile ( string version, string filename ) : byte[]
version string
filename string
리턴 byte[]

GetCurrentVersion() 공개 메소드

public GetCurrentVersion ( ) : string
리턴 string

GetManifest() 공개 메소드

public GetManifest ( string version ) : VersionManifest
version string
리턴 AppUpdater.Manifest.VersionManifest