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