다음을 통해 공유


IHttpSendFileFeature.SendFileAsync 메서드

정의

요청된 파일을 응답 본문에 보냅니다. IHttpResponseFeature.Body Stream를 무시할 수 있습니다. 응답에는 여러 쓰기가 포함될 수 있습니다.

public:
 System::Threading::Tasks::Task ^ SendFileAsync(System::String ^ path, long offset, Nullable<long> count, System::Threading::CancellationToken cancellation);
public System.Threading.Tasks.Task SendFileAsync (string path, long offset, long? count, System.Threading.CancellationToken cancellation);
abstract member SendFileAsync : string * int64 * Nullable<int64> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function SendFileAsync (path As String, offset As Long, count As Nullable(Of Long), cancellation As CancellationToken) As Task

매개 변수

path
String

파일의 전체 디스크 경로입니다.

offset
Int64

시작할 파일의 오프셋입니다.

count
Nullable<Int64>

보낼 바이트 수 또는 파일의 나머지를 보낼 null입니다.

cancellation
CancellationToken

CancellationToken 전송을 중단하는 데 사용되는 입니다.

반환

적용 대상