IHttpSendFileFeature.SendFileAsync Yöntem

Tanım

İstenen dosyayı yanıt gövdesine gönderir. Bu, IHttpResponseFeature.Body Streamöğesini atlayabilir. Yanıt birden çok yazma içerebilir.

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

Parametreler

path
String

Dosyanın tam disk yolu.

offset
Int64

Başlangıç olarak dosyadaki uzaklık.

count
Nullable<Int64>

Gönderilecek bayt sayısı veya dosyanın geri kalanını göndermek için null.

cancellation
CancellationToken

İletimi CancellationToken durdurmak için kullanılan.

Döndürülenler

Şunlara uygulanır