Skip to main content

VelopackFlowSource Class

Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e

Retrieves updates from the hosted Velopack service.

[NullableContext(1)]
[Nullable(0)]
public sealed class VelopackFlowSource : IUpdateSource

Inheritance: object → VelopackFlowSource

Attributes: NullableContextAttribute,NullableAttribute

Implements: IUpdateSource

Constructors

NameDescription
VelopackFlowSource(string, IFileDownloader)

Properties

NameDescription
BaseUriThe URL of the server hosting packages to update to.
DownloaderThe IFileDownloader to be used for performing http requests.

Methods

NameDescription
DownloadReleaseEntry(IVelopackLogger, VelopackAsset, string, Action<int>, CancellationToken)
GetReleaseFeed(IVelopackLogger, string, string, Guid?, VelopackAsset)

Documentation generated by MdDocs