EndpointSelector クラス

定義

最終的 Endpoint な選択決定を担当するサービス。 カスタム EndpointSelector を使用するには、 の実装 EndpointSelector を依存関係挿入コンテナーにシングルトンとして登録します。

public ref class EndpointSelector abstract
public abstract class EndpointSelector
type EndpointSelector = class
Public MustInherit Class EndpointSelector
継承
EndpointSelector

コンストラクター

EndpointSelector()

最終的 Endpoint な選択決定を担当するサービス。 カスタム EndpointSelector を使用するには、 の実装 EndpointSelector を依存関係挿入コンテナーにシングルトンとして登録します。

メソッド

SelectAsync(HttpContext, CandidateSet)

から を Endpoint 非同期的に選択します CandidateSet

SelectAsync(HttpContext, EndpointSelectorContext, CandidateSet)

から を Endpoint 非同期的に選択します CandidateSet

適用対象