Partager via


StreamResponseBodyFeature.SendFileAsync Méthode

Définition

Copie le segment de fichier spécifié dans le flux de réponse donné. Cela appelle StartAsync s’il n’a pas été appelé précédemment.

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

Paramètres

path
String

Chemin d’accès complet du disque au fichier.

offset
Int64

Décalage dans le fichier à partir de.

count
Nullable<Int64>

Nombre d’octets à envoyer, ou null pour envoyer le reste du fichier.

cancellationToken
CancellationToken

CancellationToken utilisé pour abandonner la transmission.

Retours

Implémente

S’applique à