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
| Name | Description |
|---|---|
| VelopackFlowSource(string, IFileDownloader) |
Properties
| Name | Description |
|---|---|
| BaseUri | The URL of the server hosting packages to update to. |
| Downloader | The IFileDownloader to be used for performing http requests. |
Methods
| Name | Description |
|---|---|
| DownloadReleaseEntry(IVelopackLogger, VelopackAsset, string, Action<int>, CancellationToken) | |
| GetReleaseFeed(IVelopackLogger, string, string, Guid?, VelopackAsset) |
Documentation generated by MdDocs