HttpContext.RequestAborted Proprietà

Definizione

Notifica quando la connessione sottostante a questa richiesta viene interrotta e pertanto le operazioni di richiesta devono essere annullate.

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

Valore della proprietà

Si applica a