<PackageReference Include="Azure.Core" Version="1.43.0" />

HttpPipelinePosition

public enum HttpPipelinePosition
Represents a position of the policy in the pipeline.

The policy would be invoked before the request is sent by the transport.

PerCall = 0

The policy would be invoked once per pipeline invocation (service call).

The policy would be invoked every time request is retried.