DisableRequestTimeoutAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
停用端點上要求逾時的中繼資料。
[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() |
停用端點上要求逾時的中繼資料。 |
方法
ToString() |
停用端點上要求逾時的中繼資料。 |