你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HttpPipelinePosition Enum

Definition

Represents a position of the policy in the pipeline.

public enum HttpPipelinePosition
type HttpPipelinePosition = 
Public Enum HttpPipelinePosition
Inheritance
HttpPipelinePosition

Fields

Name Value Description
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.

BeforeTransport 2

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

Applies to