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