Table of Contents

Class SearchResults

Namespace
ZeroInstall.Store.Feeds
Assembly
ZeroInstall.Store.dll

Holds results of a feed search query.

[Serializable]
public class SearchResults
Inheritance
SearchResults
Inherited Members

Properties

Results

A list of results matching the specified keywords.

public List<SearchResult> Results { get; }

Property Value

List<SearchResult>

Methods

Query(Config, string?)

Performs a feed search query using the FeedMirror.

public static List<SearchResult> Query(Config config, string? keywords)

Parameters

config Config

The current configuration determining which mirror server to query.

keywords string

The keywords to search for.

Returns

List<SearchResult>

Exceptions

WebException

Failed to get query result.

InvalidDataException

Failed to parse query result.