IHttpSendFileFeature.SendFileAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Envoie le fichier demandé dans le corps de la réponse. Cela peut contourner IHttpResponseFeature.Body Stream. Une réponse peut inclure plusieurs écritures.
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
Paramètres
- path
- String
Chemin d’accès au disque complet du fichier.
- offset
- Int64
Décalage dans le fichier à démarrer.
- cancellation
- CancellationToken
utilisé CancellationToken pour abandonner la transmission.