SendFileResponseExtensions.SendFileAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
SendFileAsync(HttpResponse, IFileInfo, CancellationToken) |
SendFile 拡張機能を使用して、指定されたファイルを送信します。 |
SendFileAsync(HttpResponse, String, CancellationToken) |
SendFile 拡張機能を使用して、指定されたファイルを送信します。 |
SendFileAsync(HttpResponse, IFileInfo, Int64, Nullable<Int64>, CancellationToken) |
SendFile 拡張機能を使用して、指定されたファイルを送信します。 |
SendFileAsync(HttpResponse, String, Int64, Nullable<Int64>, CancellationToken) |
SendFile 拡張機能を使用して、指定されたファイルを送信します。 |
SendFileAsync(HttpResponse, IFileInfo, CancellationToken)
SendFile 拡張機能を使用して、指定されたファイルを送信します。
public static System.Threading.Tasks.Task SendFileAsync (this Microsoft.AspNetCore.Http.HttpResponse response, Microsoft.Extensions.FileProviders.IFileInfo file, System.Threading.CancellationToken cancellationToken = default);
static member SendFileAsync : Microsoft.AspNetCore.Http.HttpResponse * Microsoft.Extensions.FileProviders.IFileInfo * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendFileAsync (response As HttpResponse, file As IFileInfo, Optional cancellationToken As CancellationToken = Nothing) As Task
パラメーター
- response
- HttpResponse
- file
- IFileInfo
ファイルです。
- cancellationToken
- CancellationToken
戻り値
適用対象
SendFileAsync(HttpResponse, String, CancellationToken)
SendFile 拡張機能を使用して、指定されたファイルを送信します。
public static System.Threading.Tasks.Task SendFileAsync (this Microsoft.AspNetCore.Http.HttpResponse response, string fileName, System.Threading.CancellationToken cancellationToken = default);
static member SendFileAsync : Microsoft.AspNetCore.Http.HttpResponse * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendFileAsync (response As HttpResponse, fileName As String, Optional cancellationToken As CancellationToken = Nothing) As Task
パラメーター
- response
- HttpResponse
- fileName
- String
ファイルへの完全なパスです。
- cancellationToken
- CancellationToken
戻り値
適用対象
SendFileAsync(HttpResponse, IFileInfo, Int64, Nullable<Int64>, CancellationToken)
SendFile 拡張機能を使用して、指定されたファイルを送信します。
public static System.Threading.Tasks.Task SendFileAsync (this Microsoft.AspNetCore.Http.HttpResponse response, Microsoft.Extensions.FileProviders.IFileInfo file, long offset, long? count, System.Threading.CancellationToken cancellationToken = default);
static member SendFileAsync : Microsoft.AspNetCore.Http.HttpResponse * Microsoft.Extensions.FileProviders.IFileInfo * int64 * Nullable<int64> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendFileAsync (response As HttpResponse, file As IFileInfo, offset As Long, count As Nullable(Of Long), Optional cancellationToken As CancellationToken = Nothing) As Task
パラメーター
- response
- HttpResponse
- file
- IFileInfo
ファイルです。
- offset
- Int64
ファイル内のオフセット。
- cancellationToken
- CancellationToken
戻り値
適用対象
SendFileAsync(HttpResponse, String, Int64, Nullable<Int64>, CancellationToken)
SendFile 拡張機能を使用して、指定されたファイルを送信します。
public static System.Threading.Tasks.Task SendFileAsync (this Microsoft.AspNetCore.Http.HttpResponse response, string fileName, long offset, long? count, System.Threading.CancellationToken cancellationToken = default);
static member SendFileAsync : Microsoft.AspNetCore.Http.HttpResponse * string * int64 * Nullable<int64> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function SendFileAsync (response As HttpResponse, fileName As String, offset As Long, count As Nullable(Of Long), Optional cancellationToken As CancellationToken = Nothing) As Task
パラメーター
- response
- HttpResponse
- fileName
- String
ファイルへの完全なパスです。
- offset
- Int64
ファイル内のオフセット。
- cancellationToken
- CancellationToken