C# Class NetSparkle.NetSparkleAppCast

An app-cast
Mostra file Open project: Deadpikle/NetSparkle Class Usage Examples

Public Methods

Method Description
GetUpdates ( ) : NetSparkleAppCastItem[]

Returns sorted list of updates between current and latest. Installed is not included.

NetSparkleAppCast ( string castUrl, Sparkle sparkle, NetSparkle.NetSparkleConfiguration config ) : System

Constructor

Read ( ) : bool

Download castUrl resource and parse it

Private Methods

Method Description
Parse ( XmlReader reader ) : void
ReadStream ( Stream inputstream, String signature ) : bool
TryReadSignature ( ) : string

Method Details

GetUpdates() public method

Returns sorted list of updates between current and latest. Installed is not included.
public GetUpdates ( ) : NetSparkleAppCastItem[]
return NetSparkleAppCastItem[]

NetSparkleAppCast() public method

Constructor
public NetSparkleAppCast ( string castUrl, Sparkle sparkle, NetSparkle.NetSparkleConfiguration config ) : System
castUrl string the URL of the appcast file
sparkle Sparkle
config NetSparkle.NetSparkleConfiguration the current configuration
return System

Read() public method

Download castUrl resource and parse it
public Read ( ) : bool
return bool