다음을 통해 공유


MultipartReader.ReadNextSectionAsync(CancellationToken) 메서드

정의

다음 MultipartSection을 읽습니다.

public System.Threading.Tasks.Task<Microsoft.AspNetCore.WebUtilities.MultipartSection> ReadNextSectionAsync (System.Threading.CancellationToken cancellationToken = default);
public System.Threading.Tasks.Task<Microsoft.AspNetCore.WebUtilities.MultipartSection?> ReadNextSectionAsync (System.Threading.CancellationToken cancellationToken = default);
member this.ReadNextSectionAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.AspNetCore.WebUtilities.MultipartSection>
Public Function ReadNextSectionAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of MultipartSection)

매개 변수

cancellationToken
CancellationToken

취소 요청을 모니터링할 토큰입니다. 기본값은 None입니다.

반환

적용 대상