次の方法で共有


DisableRequestTimeoutAttribute クラス

定義

エンドポイントでの要求タイムアウトを無効にするメタデータ。

[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method)]
public sealed class DisableRequestTimeoutAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method)>]
type DisableRequestTimeoutAttribute = class
    inherit Attribute
Public NotInheritable Class DisableRequestTimeoutAttribute
Inherits Attribute
継承
DisableRequestTimeoutAttribute
属性

注釈

要求タイムアウト ミドルウェアがこのエンドポイントに適用されないように完全に無効にします。

コンストラクター

DisableRequestTimeoutAttribute()

エンドポイントでの要求タイムアウトを無効にするメタデータ。

適用対象