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

PipelineMessage.ExtractResponse Method

Definition

Returns the value of the Response property and transfers dispose ownership of the response to the caller. After calling this method, the Response property will be null and the caller will be responsible for disposing the returned value, which may hold a live network stream.

public System.ClientModel.Primitives.PipelineResponse? ExtractResponse ();
member this.ExtractResponse : unit -> System.ClientModel.Primitives.PipelineResponse
Public Function ExtractResponse () As PipelineResponse

Returns

Applies to