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

属性值

适用于