ResponseContext.IsShutdownRequested Property

Definition

Gets or sets whether the server is shutting down. Handlers can use this to distinguish shutdown from explicit cancel or client disconnect.

public bool IsShutdownRequested { get; set; }
member this.IsShutdownRequested : bool with get, set
Public Property IsShutdownRequested As Boolean

Property Value

Applies to