Share via


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