IHttpSendFileFeature インターフェイス

定義

注意事項

Use IHttpResponseBodyFeature instead.

ディスクからネットワークにファイルを転送するための効率的なメカニズムを提供します。

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
派生
属性

メソッド

SendFileAsync(String, Int64, Nullable<Int64>, CancellationToken)
古い.

要求されたファイルを応答本文で送信します。 これにより、IHttpResponseFeature.Body Streamがバイパスされる場合があります。 応答には、複数の書き込みが含まれる場合があります。

適用対象