Interface IResponseHandler
Namespace: Downlink.Handlers
Assembly: Downlink.dll
Syntax
public interface IResponseHandler
Methods
| Improve this Doc View SourceHandleAsync(IFileSource)
Declaration
Task<IActionResult> HandleAsync(IFileSource file)
Parameters
Type | Name | Description |
---|---|---|
IFileSource | file |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> |