Sdílet prostřednictvím


StreamResponseBodyFeature.SendFileAsync Metoda

Definice

Zkopíruje zadaný segment souboru do daného streamu odpovědi. Tím se volá StartAsync, pokud ještě nebyl volán.

public:
 virtual System::Threading::Tasks::Task ^ SendFileAsync(System::String ^ path, long offset, Nullable<long> count, System::Threading::CancellationToken cancellationToken);
public virtual System.Threading.Tasks.Task SendFileAsync (string path, long offset, long? count, System.Threading.CancellationToken cancellationToken);
abstract member SendFileAsync : string * int64 * Nullable<int64> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.SendFileAsync : string * int64 * Nullable<int64> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function SendFileAsync (path As String, offset As Long, count As Nullable(Of Long), cancellationToken As CancellationToken) As Task

Parametry

path
String

Úplná cesta k souboru na disku.

offset
Int64

Posun v souboru, od který má začít.

count
Nullable<Int64>

Počet bajtů, které se mají odeslat, nebo null pro odeslání zbytku souboru.

cancellationToken
CancellationToken

A CancellationToken používá se k přerušení přenosu.

Návraty

Implementuje

Platí pro