Sdílet prostřednictvím


IHttpSendFileFeature Rozhraní

Definice

Upozornění

Use IHttpResponseBodyFeature instead.

Poskytuje efektivní mechanismus pro přenos souborů z disku do sítě.

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
Odvozené
Atributy

Metody

SendFileAsync(String, Int64, Nullable<Int64>, CancellationToken)
Zastaralé.

Odešle požadovaný soubor v textu odpovědi. To může obejít IHttpResponseFeature.Body Stream. Odpověď může obsahovat více zápisů.

Platí pro