Class RemoteStreamContentOutputFormatter
Inheritance
System.Object
RemoteStreamContentOutputFormatter
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class RemoteStreamContentOutputFormatter : OutputFormatter
Constructors
RemoteStreamContentOutputFormatter()
Declaration
public RemoteStreamContentOutputFormatter()
Methods
CanWriteType(Type)
Declaration
protected override bool CanWriteType(Type type)
Parameters
| Type |
Name |
Description |
| System.Type |
type |
|
Returns
| Type |
Description |
| System.Boolean |
|
WriteResponseBodyAsync(OutputFormatterWriteContext)
Declaration
public override Task WriteResponseBodyAsync(OutputFormatterWriteContext context)
Parameters
| Type |
Name |
Description |
| OutputFormatterWriteContext |
context |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task |
|
Extension Methods