SimpleWebSource Class
Namespace: Velopack.Sources
Assembly: Velopack
Assembly Version: 0.0.1298+ed8600e
Retrieves updates from a static file host or other web server. Will perform a request for '{baseUri}/RELEASES' to locate the available packages, and provides query parameters to specify the name of the requested package.
[NullableContext(1)]
[Nullable(0)]
public class SimpleWebSource : IUpdateSource
Inheritance: object → SimpleWebSource
Attributes: NullableContextAttribute,NullableAttribute
Implements: IUpdateSource
Constructors
| Name | Description | 
|---|---|
| SimpleWebSource(Uri, IFileDownloader, double) | |
| SimpleWebSource(string, IFileDownloader, double) | 
Properties
| Name | Description | 
|---|---|
| BaseUri | The URL of the server hosting packages to update to. | 
| Downloader | The IFileDownloader to be used for performing http requests. | 
| Timeout | The timeout for http requests, in minutes. | 
Methods
| Name | Description | 
|---|---|
| DownloadReleaseEntry(IVelopackLogger, VelopackAsset, string, Action<int>, CancellationToken) | |
| GetReleaseFeed(IVelopackLogger, string, string, Guid?, VelopackAsset) | 
Documentation generated by MdDocs