你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MultipartResponse.Parse(Response, Boolean, CancellationToken) 方法

定义

将多部分/混合响应正文分析为多个响应。

public static Azure.Response[] Parse (Azure.Response response, bool expectCrLf, System.Threading.CancellationToken cancellationToken);
static member Parse : Azure.Response * bool * System.Threading.CancellationToken -> Azure.Response[]
Public Function Parse (response As Response, expectCrLf As Boolean, cancellationToken As CancellationToken) As Response()

参数

response
Response

包含多部分内容的响应。

expectCrLf
Boolean

控制分析程序是否希望所有多部分边界都使用 CRLF 换行符。 除非需要更宽松的换行分析,否则应为 true。

cancellationToken
CancellationToken

可选 CancellationToken ,用于传播应取消操作的通知。

返回

分析的 Response

适用于