SendFileResponseExtensions.SendFileAsync Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
SendFileAsync(HttpResponse, IFileInfo, CancellationToken) |
Odešle daný soubor pomocí přípony SendFile. |
SendFileAsync(HttpResponse, String, CancellationToken) |
Odešle daný soubor pomocí přípony SendFile. |
SendFileAsync(HttpResponse, IFileInfo, Int64, Nullable<Int64>, CancellationToken) |
Odešle daný soubor pomocí přípony SendFile. |
SendFileAsync(HttpResponse, String, Int64, Nullable<Int64>, CancellationToken) |
Odešle daný soubor pomocí přípony SendFile. |
SendFileAsync(HttpResponse, IFileInfo, CancellationToken)
Odešle daný soubor pomocí přípony 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
Parametry
- response
- HttpResponse
- file
- IFileInfo
Soubor.
- cancellationToken
- CancellationToken
Hodnota CancellationToken
Návraty
Platí pro
SendFileAsync(HttpResponse, String, CancellationToken)
Odešle daný soubor pomocí přípony 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
Parametry
- response
- HttpResponse
- fileName
- String
Úplná cesta k souboru.
- cancellationToken
- CancellationToken
Hodnota CancellationToken
Návraty
Platí pro
SendFileAsync(HttpResponse, IFileInfo, Int64, Nullable<Int64>, CancellationToken)
Odešle daný soubor pomocí přípony 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
Parametry
- response
- HttpResponse
- file
- IFileInfo
Soubor.
- offset
- Int64
Posun v souboru.
- cancellationToken
- CancellationToken
Návraty
Platí pro
SendFileAsync(HttpResponse, String, Int64, Nullable<Int64>, CancellationToken)
Odešle daný soubor pomocí přípony 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
Parametry
- response
- HttpResponse
- fileName
- String
Úplná cesta k souboru.
- offset
- Int64
Posun v souboru.
- cancellationToken
- CancellationToken