次の方法で共有


IStandardHedgingHandlerBuilder インターフェイス

定義

標準のヘッジ ハンドラーの構成に使用するビルダーを定義します。

public interface class IStandardHedgingHandlerBuilder
public interface IStandardHedgingHandlerBuilder
type IStandardHedgingHandlerBuilder = interface
Public Interface IStandardHedgingHandlerBuilder

プロパティ

Name

構成されている標準のヘッジ ハンドラーの名前を取得します。

RoutingStrategyBuilder

ルーティング戦略のビルダーを取得します。

Services

サービス コレクションを取得します。

拡張メソッド

Configure(IStandardHedgingHandlerBuilder, IConfigurationSection)

標準の HttpStandardHedgingResilienceOptions ヘッジ パイプラインの を構成します。

Configure(IStandardHedgingHandlerBuilder, Action<HttpStandardHedgingResilienceOptions,IServiceProvider>)

標準の HttpStandardResilienceOptions ヘッジ パイプラインの を構成します。

Configure(IStandardHedgingHandlerBuilder, Action<HttpStandardHedgingResilienceOptions>)

標準の HttpStandardResilienceOptions ヘッジ パイプラインの を構成します。

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

基になるパイプライン ビルダーに、カスタム セレクターでパイプライン インスタンスを選択するように指示します。

SelectPipelineByAuthority(IStandardHedgingHandlerBuilder)

編集された機関 (スキーム + ホスト + ポート) によってパイプライン インスタンスを選択するように、基になるパイプライン ビルダーに指示します。

適用対象