C# 클래스 PeerCastStation.UI.AppCastReader

파일 보기 프로젝트 열기: kumaryu/peercaststation

공개 메소드들

메소드 설명
AppCastReader ( ) : System
DownloadVersionInfoAsync ( Uri source, Action handler ) : bool
DownloadVersionInfoTaskAsync ( Uri source, CancellationToken cancel_token ) : Task>

비공개 메소드들

메소드 설명
GetContents ( System.Xml.Linq.XElement src ) : string
GetDateTimeValue ( System.Xml.Linq.XElement src ) : System.DateTime
GetInstallerTypeValue ( System.Xml.Linq.XAttribute src ) : InstallerType
GetIntValue ( System.Xml.Linq.XAttribute src ) : long
GetStringValue ( System.Xml.Linq.XAttribute src ) : string
GetStringValue ( System.Xml.Linq.XElement src ) : string
GetUriValue ( System.Xml.Linq.XAttribute src ) : Uri
GetUriValue ( System.Xml.Linq.XElement src ) : Uri
OnDownloadDataCompleted ( object sender, DownloadDataCompletedEventArgs args ) : void
ParseAppCast ( string data ) : IEnumerable

메소드 상세

AppCastReader() 공개 메소드

public AppCastReader ( ) : System
리턴 System

DownloadVersionInfoAsync() 공개 메소드

public DownloadVersionInfoAsync ( Uri source, Action handler ) : bool
source System.Uri
handler Action
리턴 bool

DownloadVersionInfoTaskAsync() 공개 메소드

public DownloadVersionInfoTaskAsync ( Uri source, CancellationToken cancel_token ) : Task>
source System.Uri
cancel_token System.Threading.CancellationToken
리턴 Task>