Edit

Share via


IHttpStandardResiliencePipelineBuilder Interface

Definition

The builder for the standard HTTP resilience pipeline.

public interface class IHttpStandardResiliencePipelineBuilder
public interface IHttpStandardResiliencePipelineBuilder
type IHttpStandardResiliencePipelineBuilder = interface
Public Interface IHttpStandardResiliencePipelineBuilder

Properties

PipelineName

Gets the name of the resilience pipeline configured by this builder.

Services

Gets the application service collection.

Extension Methods

Configure(IHttpStandardResiliencePipelineBuilder, IConfigurationSection)

Configures the HttpStandardResilienceOptions for the standard resilience pipeline.

Configure(IHttpStandardResiliencePipelineBuilder, Action<HttpStandardResilienceOptions,IServiceProvider>)

Configures the HttpStandardResilienceOptions for the standard resilience pipeline.

Configure(IHttpStandardResiliencePipelineBuilder, Action<HttpStandardResilienceOptions>)

Configures the HttpStandardResilienceOptions for the standard resilience pipeline.

SelectPipelineBy(IHttpStandardResiliencePipelineBuilder, Func<IServiceProvider,Func<HttpRequestMessage,String>>)

Instructs the underlying builder to select the pipeline instance by custom selector.

SelectPipelineByAuthority(IHttpStandardResiliencePipelineBuilder)

Instructs the underlying builder to select the pipeline instance by redacted authority (scheme + host + port).

Applies to