MultipartReader.ReadNextSectionAsync(CancellationToken) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
读取下一个 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。