SendFileResponseExtensions.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.
Surcharges
SendFileAsync(HttpResponse, IFileInfo, CancellationToken) |
Envoie le fichier spécifié à l'aide de l'extension SendFile. |
SendFileAsync(HttpResponse, String, CancellationToken) |
Envoie le fichier spécifié à l'aide de l'extension SendFile. |
SendFileAsync(HttpResponse, IFileInfo, Int64, Nullable<Int64>, CancellationToken) |
Envoie le fichier spécifié à l'aide de l'extension SendFile. |
SendFileAsync(HttpResponse, String, Int64, Nullable<Int64>, CancellationToken) |
Envoie le fichier spécifié à l'aide de l'extension SendFile. |
SendFileAsync(HttpResponse, IFileInfo, CancellationToken)
Envoie le fichier spécifié à l'aide de l'extension SendFile.
public static System.Threading.Tasks.Task SendFileAsync (this Microsoft.AspNetCore.Http.HttpResponse response, Microsoft.Extensions.FileProviders.IFileInfo file, System.Threading.CancellationToken cancellationToken = default);
static member SendFileAsync : Microsoft.AspNetCore.Http.HttpResponse * Microsoft.Extensions.FileProviders.IFileInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendFileAsync (response As HttpResponse, file As IFileInfo, Optional cancellationToken As CancellationToken = Nothing) As Task
Paramètres
- response
- HttpResponse
- file
- IFileInfo
Fichier.
- cancellationToken
- CancellationToken
L’CancellationTokenopérateur
Retours
S’applique à
SendFileAsync(HttpResponse, String, CancellationToken)
Envoie le fichier spécifié à l'aide de l'extension SendFile.
public static System.Threading.Tasks.Task SendFileAsync (this Microsoft.AspNetCore.Http.HttpResponse response, string fileName, System.Threading.CancellationToken cancellationToken = default);
static member SendFileAsync : Microsoft.AspNetCore.Http.HttpResponse * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendFileAsync (response As HttpResponse, fileName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
Paramètres
- response
- HttpResponse
- fileName
- String
Chemin d'accès complet au fichier.
- cancellationToken
- CancellationToken
L’CancellationTokenopérateur
Retours
S’applique à
SendFileAsync(HttpResponse, IFileInfo, Int64, Nullable<Int64>, CancellationToken)
Envoie le fichier spécifié à l'aide de l'extension SendFile.
public static System.Threading.Tasks.Task SendFileAsync (this Microsoft.AspNetCore.Http.HttpResponse response, Microsoft.Extensions.FileProviders.IFileInfo file, long offset, long? count, System.Threading.CancellationToken cancellationToken = default);
static member SendFileAsync : Microsoft.AspNetCore.Http.HttpResponse * Microsoft.Extensions.FileProviders.IFileInfo * int64 * Nullable<int64> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendFileAsync (response As HttpResponse, file As IFileInfo, offset As Long, count As Nullable(Of Long), Optional cancellationToken As CancellationToken = Nothing) As Task
Paramètres
- response
- HttpResponse
- file
- IFileInfo
Fichier.
- offset
- Int64
Décalage dans le fichier.
- cancellationToken
- CancellationToken
Retours
S’applique à
SendFileAsync(HttpResponse, String, Int64, Nullable<Int64>, CancellationToken)
Envoie le fichier spécifié à l'aide de l'extension SendFile.
public static System.Threading.Tasks.Task SendFileAsync (this Microsoft.AspNetCore.Http.HttpResponse response, string fileName, long offset, long? count, System.Threading.CancellationToken cancellationToken = default);
static member SendFileAsync : Microsoft.AspNetCore.Http.HttpResponse * string * int64 * Nullable<int64> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendFileAsync (response As HttpResponse, fileName As String, offset As Long, count As Nullable(Of Long), Optional cancellationToken As CancellationToken = Nothing) As Task
Paramètres
- response
- HttpResponse
- fileName
- String
Chemin d'accès complet au fichier.
- offset
- Int64
Décalage dans le fichier.
- cancellationToken
- CancellationToken