Class RemoteStreamContentOutputFormatter
Inheritance
RemoteStreamContentOutputFormatter
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class RemoteStreamContentOutputFormatter : OutputFormatter, IOutputFormatter, IApiResponseTypeMetadataProvider
Constructors
RemoteStreamContentOutputFormatter()
Declaration
public RemoteStreamContentOutputFormatter()
Methods
CanWriteType(Type?)
Declaration
protected override bool CanWriteType(Type? type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
Overrides
WriteResponseBodyAsync(OutputFormatterWriteContext)
Declaration
public override Task WriteResponseBodyAsync(OutputFormatterWriteContext context)
Parameters
Returns
Overrides
Implements
Extension Methods