HttpContextWrapper.AllowAsyncDuringSyncStages 속성

정의

ASP.NET 요청 처리 중에 비동기 작업이 허용되지 않을 때 허용되는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 virtual property bool AllowAsyncDuringSyncStages { bool get(); void set(bool value); };
public override bool AllowAsyncDuringSyncStages { get; set; }
member this.AllowAsyncDuringSyncStages : bool with get, set
Public Overrides Property AllowAsyncDuringSyncStages As Boolean

속성 값

false ASP.NET 비동기 API가 예상되지 않을 때 한 번에 예외를 throw하면 false이고, 그렇지 않으면 . 기본값은 false입니다.

설명

자세한 내용은 HttpContext.AllowAsyncDuringSyncStages를 참조하세요.

적용 대상