IHttpSendFileFeature Schnittstelle

Definition

Achtung

Use IHttpResponseBodyFeature instead.

Stellt einen effizienten Mechanismus zum Übertragen von Dateien vom Datenträger in das Netzwerk bereit.

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
Abgeleitet
Attribute

Methoden

SendFileAsync(String, Int64, Nullable<Int64>, CancellationToken)
Veraltet.

Sendet die angeforderte Datei im Antworttext. Dadurch kann das IHttpResponseFeature.Body umgangen werden Stream. Eine Antwort kann mehrere Schreibvorgänge enthalten.

Gilt für: