IHttpSendFileFeature Interface

Definição

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.

Aplica-se a