共用方式為


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()

停用端點上要求逾時的中繼資料。

適用於