IHttpStandardResiliencePipelineBuilder Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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). |