Aracılığıyla paylaş


HttpPipelineSynchronousPolicy.OnReceivedResponse(HttpMessage) Method

Definition

Method is invoked after the response is received.

public virtual void OnReceivedResponse (Azure.Core.HttpMessage message);
abstract member OnReceivedResponse : Azure.Core.HttpMessage -> unit
override this.OnReceivedResponse : Azure.Core.HttpMessage -> unit
Public Overridable Sub OnReceivedResponse (message As HttpMessage)

Parameters

message
HttpMessage

The HttpMessage containing the response.

Applies to