Class ProxyingResponseHandler
Inheritance
System.Object
ProxyingResponseHandler
Assembly: Downlink.dll
Syntax
public class ProxyingResponseHandler : ResponseHandler, IResponseHandler
Constructors
|
Improve this Doc
View Source
ProxyingResponseHandler(IEnumerable<ISchemeClient>, ILogger<ProxyingResponseHandler>)
Declaration
public ProxyingResponseHandler(IEnumerable<ISchemeClient> clients, ILogger<ProxyingResponseHandler> logger)
Parameters
Methods
|
Improve this Doc
View Source
HandleAsync(IFileSource)
Declaration
public override Task<IActionResult> HandleAsync(IFileSource file)
Parameters
Returns
Type |
Description |
System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.IActionResult> |
|
Overrides
Extension Methods