FileStreamResultExecutor.WriteFileAsync Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Write the contents of the FileStreamResult to the response body.
protected:
virtual System::Threading::Tasks::Task ^ WriteFileAsync(Microsoft::AspNetCore::Mvc::ActionContext ^ context, Microsoft::AspNetCore::Mvc::FileStreamResult ^ result, Microsoft::Net::Http::Headers::RangeItemHeaderValue ^ range, long rangeLength);
C#
protected virtual System.Threading.Tasks.Task WriteFileAsync (Microsoft.AspNetCore.Mvc.ActionContext context, Microsoft.AspNetCore.Mvc.FileStreamResult result, Microsoft.Net.Http.Headers.RangeItemHeaderValue range, long rangeLength);
C#
protected virtual System.Threading.Tasks.Task WriteFileAsync (Microsoft.AspNetCore.Mvc.ActionContext context, Microsoft.AspNetCore.Mvc.FileStreamResult result, Microsoft.Net.Http.Headers.RangeItemHeaderValue? range, long rangeLength);
override this.WriteFileAsync : Microsoft.AspNetCore.Mvc.ActionContext * Microsoft.AspNetCore.Mvc.FileStreamResult * Microsoft.Net.Http.Headers.RangeItemHeaderValue * int64 -> System.Threading.Tasks.Task
Protected Overridable Function WriteFileAsync (context As ActionContext, result As FileStreamResult, range As RangeItemHeaderValue, rangeLength As Long) As Task
- context
- ActionContext
The ActionContext.
- result
- FileStreamResult
The FileStreamResult to write.
- range
- RangeItemHeaderValue
The RangeItemHeaderValue.
- rangeLength
- Int64
The range length.
The async task.
Product | Versions |
---|---|
ASP.NET Core | 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |