FileContentResultExecutor 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public ref class FileContentResultExecutor : Microsoft::AspNetCore::Mvc::Infrastructure::FileResultExecutorBase, Microsoft::AspNetCore::Mvc::Infrastructure::IActionResultExecutor<Microsoft::AspNetCore::Mvc::FileContentResult ^>
public class FileContentResultExecutor : Microsoft.AspNetCore.Mvc.Infrastructure.FileResultExecutorBase, Microsoft.AspNetCore.Mvc.Infrastructure.IActionResultExecutor<Microsoft.AspNetCore.Mvc.FileContentResult>
type FileContentResultExecutor = class
inherit FileResultExecutorBase
interface IActionResultExecutor<FileContentResult>
Public Class FileContentResultExecutor
Inherits FileResultExecutorBase
Implements IActionResultExecutor(Of FileContentResult)
- 상속
- 구현
생성자
FileContentResultExecutor(ILoggerFactory) |
새 FileContentResultExecutor를 초기화합니다. |
필드
BufferSize |
버퍼 크기: 64 * 1024. (다음에서 상속됨 FileResultExecutorBase) |
속성
Logger |
사용할 로거입니다. (다음에서 상속됨 FileResultExecutorBase) |
메서드
ExecuteAsync(ActionContext, FileContentResult) |
를 수정 HttpResponse하여 작업 결과를 비동기적으로 실행합니다. |
SetHeadersAndLog(ActionContext, FileResult, Nullable<Int64>, Boolean, Nullable<DateTimeOffset>, EntityTagHeaderValue) |
etag 및 마지막으로 수정된 헤더를 설정합니다. (다음에서 상속됨 FileResultExecutorBase) |
WriteFileAsync(ActionContext, FileContentResult, RangeItemHeaderValue, Int64) |
파일 콘텐츠를 씁니다. |