IHttpSendFileFeature Interface
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.
Attention
Use IHttpResponseBodyFeature instead.
Fournit un mécanisme efficace pour transférer des fichiers du disque vers le réseau.
public interface class IHttpSendFileFeature
public interface IHttpSendFileFeature
[System.Obsolete("Use IHttpResponseBodyFeature instead.", true)]
public interface IHttpSendFileFeature
type IHttpSendFileFeature = interface
[<System.Obsolete("Use IHttpResponseBodyFeature instead.", true)>]
type IHttpSendFileFeature = interface
Public Interface IHttpSendFileFeature
- Dérivé
- Attributs
Méthodes
SendFileAsync(String, Int64, Nullable<Int64>, CancellationToken) |
Obsolète.
Envoie le fichier demandé dans le corps de la réponse. Cela peut contourner IHttpResponseFeature.Body Stream. Une réponse peut inclure plusieurs écritures. |