HttpPipelinePosition Enum

Definition

Represents a position of the policy in the pipeline.

public enum HttpPipelinePosition
type HttpPipelinePosition = 
Public Enum HttpPipelinePosition
Inheritance
HttpPipelinePosition

Fields

BeforeTransport 2

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).

PerRetry 1

The policy would be invoked every time request is retried.

Applies to