C# Class Microsoft.AspNetCore.Buffering.SendFileFeatureWrapper

Inheritance: IHttpSendFileFeature
Mostra file Open project: aspnet/BasicMiddleware

Public Methods

Method Description
SendFileAsync ( string path, long offset, long length, CancellationToken cancellation ) : Task
SendFileFeatureWrapper ( IHttpSendFileFeature originalSendFileFeature, BufferingWriteStream bufferStream ) : System.Threading

Method Details

SendFileAsync() public method

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

SendFileFeatureWrapper() public method

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