Class HttpDownloadClient
Inheritance
System.Object
HttpDownloadClient
Assembly: Downlink.dll
Syntax
public class HttpDownloadClient : SchemeClient, ISchemeClient
Constructors
|
Improve this Doc
View Source
HttpDownloadClient(ILogger<HttpDownloadClient>)
Declaration
public HttpDownloadClient(ILogger<HttpDownloadClient> logger)
Parameters
Properties
|
Improve this Doc
View Source
DownloadLocation
Declaration
public string DownloadLocation { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetContentAsync(IFileSource)
Declaration
public override Task<IActionResult> GetContentAsync(IFileSource file)
Parameters
Returns
Type |
Description |
System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> |
|
Overrides
Extension Methods