IHttpSendFileFeature インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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がバイパスされる場合があります。 応答には、複数の書き込みが含まれる場合があります。 |