C# Class PeerCastStation.GUI.AppCastReader

Datei anzeigen Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
AppCastReader ( Uri url, System.DateTime current_version ) : System
CheckVersion ( ) : void

Private Methods

Method Description
OnDownloadDataCompleted ( object sender, DownloadDataCompletedEventArgs args ) : void

Method Details

AppCastReader() public method

public AppCastReader ( Uri url, System.DateTime current_version ) : System
url System.Uri
current_version System.DateTime
return System

CheckVersion() public method

public CheckVersion ( ) : void
return void