RequestTimeoutsIEndpointConventionBuilderExtensions.DisableRequestTimeout メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エンドポイントの要求タイムアウトを無効にします。
public static Microsoft.AspNetCore.Builder.IEndpointConventionBuilder DisableRequestTimeout (this Microsoft.AspNetCore.Builder.IEndpointConventionBuilder builder);
static member DisableRequestTimeout : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder -> Microsoft.AspNetCore.Builder.IEndpointConventionBuilder
<Extension()>
Public Function DisableRequestTimeout (builder As IEndpointConventionBuilder) As IEndpointConventionBuilder
パラメーター
- builder
- IEndpointConventionBuilder
エンドポイント規則ビルダー。
戻り値
元の規約ビルダー パラメーター。
注釈
既定のタイムアウトと、エンドポイントに適用されるエンドポイント固有のタイムアウトの両方をスキップします。