IHttpSendFileFeature Interface
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
Use IHttpResponseBodyFeature instead.
Fornece um mecanismo eficiente para transferir arquivos do disco para a rede.
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
- Derivado
- Atributos
Métodos
SendFileAsync(String, Int64, Nullable<Int64>, CancellationToken) |
Obsoleto.
Envia o arquivo solicitado no corpo da resposta. Isso pode ignorar o IHttpResponseFeature.Body Stream. Uma resposta pode incluir várias gravações. |