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.
Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Méthodes publiques

Méthode Description
FeedTarget ( [ uri, [ feed ) : JetBrains.Annotations

Creates a new feed target.

Method Details

FeedTarget() public méthode

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.
Résultat JetBrains.Annotations