C# Class ZeroInstall.Store.FeedTarget

Associates a FeedUri with the Feed data aquired from there.
Model.Feed.Uri is only mandatory for remote feeds. This structure associates a FeedUri with all kinds of feeds, local and remote.
Show file Open project: 0install/0install-win Class Usage Examples

Public Methods

Method Description
FeedTarget ( [ uri, [ feed ) : JetBrains.Annotations

Creates a new feed target.

Method Details

FeedTarget() public method

Creates a new feed target.
public FeedTarget ( [ uri, [ feed ) : JetBrains.Annotations
uri [ The URI or local path (must be absolute) to the feed.
feed [ The data aquired from . has already been called.
return JetBrains.Annotations