ComponentEndpointConventionBuilder クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ComponentHub EndpointBuilder インスタンスのカスタマイズに使用される規則を構築します。
public ref class ComponentEndpointConventionBuilder sealed : Microsoft::AspNetCore::Builder::IEndpointConventionBuilder, Microsoft::AspNetCore::Builder::IHubEndpointConventionBuilder
public sealed class ComponentEndpointConventionBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder, Microsoft.AspNetCore.Builder.IHubEndpointConventionBuilder
type ComponentEndpointConventionBuilder = class
interface IEndpointConventionBuilder
interface IHubEndpointConventionBuilder
type ComponentEndpointConventionBuilder = class
interface IHubEndpointConventionBuilder
interface IEndpointConventionBuilder
Public NotInheritable Class ComponentEndpointConventionBuilder
Implements IEndpointConventionBuilder, IHubEndpointConventionBuilder
- 継承
-
ComponentEndpointConventionBuilder
- 実装
メソッド
Add(Action<EndpointBuilder>) |
指定した規則をビルダーに追加します。 規則は、インスタンスをカスタマイズ EndpointBuilder するために使用されます。 |
Finally(Action<EndpointBuilder>) |
を使用して登録された規則の後に、指定した規則を実行用に登録します Add(Action<EndpointBuilder>) |
拡張メソッド
DisableRequestTimeout(IEndpointConventionBuilder) |
エンドポイントの要求タイムアウトを無効にします。 |
WithRequestTimeout(IEndpointConventionBuilder, RequestTimeoutPolicy) |
エンドポイントに対する のタイムアウト ポリシーを指定します。 |
WithRequestTimeout(IEndpointConventionBuilder, String) |
エンドポイントに対する のタイムアウト ポリシーを指定します。 |
WithRequestTimeout(IEndpointConventionBuilder, TimeSpan) |
エンドポイントのタイムアウトを指定します。 |
ShortCircuit(IEndpointConventionBuilder, Nullable<Int32>) |
エンドポイントを短絡します。 エンドポイントの実行は、UseEndpoint ではなく UseRouting ミドルウェアで行われます。 |