DefaultHttpContext.RequestAborted 속성

정의

이 요청의 기반이 되는 연결이 중단되어 요청 작업을 취소해야 하는 경우 알 수 있습니다.

public:
 virtual property System::Threading::CancellationToken RequestAborted { System::Threading::CancellationToken get(); void set(System::Threading::CancellationToken value); };
public override System.Threading.CancellationToken RequestAborted { get; set; }
member this.RequestAborted : System.Threading.CancellationToken with get, set
Public Overrides Property RequestAborted As CancellationToken

속성 값

적용 대상