C# 클래스 Microsoft.AspNetCore.Buffering.SendFileFeatureWrapper

상속: IHttpSendFileFeature
파일 보기 프로젝트 열기: aspnet/BasicMiddleware

공개 메소드들

메소드 설명
SendFileAsync ( string path, long offset, long length, CancellationToken cancellation ) : Task
SendFileFeatureWrapper ( IHttpSendFileFeature originalSendFileFeature, BufferingWriteStream bufferStream ) : System.Threading

메소드 상세

SendFileAsync() 공개 메소드

public SendFileAsync ( string path, long offset, long length, CancellationToken cancellation ) : Task
path string
offset long
length long
cancellation System.Threading.CancellationToken
리턴 Task

SendFileFeatureWrapper() 공개 메소드

public SendFileFeatureWrapper ( IHttpSendFileFeature originalSendFileFeature, BufferingWriteStream bufferStream ) : System.Threading
originalSendFileFeature IHttpSendFileFeature
bufferStream BufferingWriteStream
리턴 System.Threading