RequestTimeoutsIEndpointConventionBuilderExtensions.DisableRequestTimeout メソッド

定義

エンドポイントの要求タイムアウトを無効にします。

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

エンドポイント規則ビルダー。

戻り値

元の規約ビルダー パラメーター。

注釈

既定のタイムアウトと、エンドポイントに適用されるエンドポイント固有のタイムアウトの両方をスキップします。

適用対象