Freigeben über


HttpPipelinePolicy.ProcessNext Methode

Definition

Ruft die nächste HttpPipelinePolicy in auf pipeline.

protected static void ProcessNext (Azure.Core.HttpMessage message, ReadOnlyMemory<Azure.Core.Pipeline.HttpPipelinePolicy> pipeline);
static member ProcessNext : Azure.Core.HttpMessage * ReadOnlyMemory<Azure.Core.Pipeline.HttpPipelinePolicy> -> unit
Protected Shared Sub ProcessNext (message As HttpMessage, pipeline As ReadOnlyMemory(Of HttpPipelinePolicy))

Parameter

message
HttpMessage

Die HttpMessage nächste Richtlinie wird auf angewendet.

pipeline
ReadOnlyMemory<HttpPipelinePolicy>

Der Satz von, der HttpPipelinePolicy nach dem nächsten ausgeführt werden soll.

Gilt für: