StandardHedgingHandlerBuilderExtensions Class
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.
Extensions for IStandardHedgingHandlerBuilder.
public ref class StandardHedgingHandlerBuilderExtensions abstract sealed
public static class StandardHedgingHandlerBuilderExtensions
type StandardHedgingHandlerBuilderExtensions = class
Public Module StandardHedgingHandlerBuilderExtensions
- Inheritance
-
StandardHedgingHandlerBuilderExtensions
Methods
Configure(IStandardHedgingHandlerBuilder, Action<HttpStandardHedgingResilienceOptions,IServiceProvider>) |
Configures the HttpStandardResilienceOptions for the standard hedging pipeline. |
Configure(IStandardHedgingHandlerBuilder, Action<HttpStandardHedgingResilienceOptions>) |
Configures the HttpStandardResilienceOptions for the standard hedging pipeline. |
Configure(IStandardHedgingHandlerBuilder, IConfigurationSection) |
Configures the HttpStandardHedgingResilienceOptions for the standard hedging pipeline. |
SelectPipelineBy(IStandardHedgingHandlerBuilder, Func<IServiceProvider,Func<HttpRequestMessage,String>>) |
Instructs the underlying pipeline builder to select the pipeline instance by custom selector. |
SelectPipelineByAuthority(IStandardHedgingHandlerBuilder) |
Instructs the underlying pipeline builder to select the pipeline instance by redacted authority (scheme + host + port). |