Partilhar via


IHttpSendFileFeature.SendFileAsync Método

Definição

Envia o arquivo solicitado no corpo da resposta. Isso pode ignorar o IHttpResponseFeature.Body Stream. Uma resposta pode incluir várias gravações.

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

Parâmetros

path
String

O caminho de disco completo para o arquivo.

offset
Int64

O deslocamento no arquivo no qual iniciar.

count
Nullable<Int64>

O número de bytes a serem enviados ou nulos para enviar o restante do arquivo.

cancellation
CancellationToken

Um CancellationToken usado para anular a transmissão.

Retornos

Aplica-se a