IConnectionLifetimeNotificationFeature.ConnectionClosedRequested Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or set an CancellationToken that will be triggered when closing the connection has been requested.
public:
property System::Threading::CancellationToken ConnectionClosedRequested { System::Threading::CancellationToken get(); void set(System::Threading::CancellationToken value); };
public System.Threading.CancellationToken ConnectionClosedRequested { get; set; }
member this.ConnectionClosedRequested : System.Threading.CancellationToken with get, set
Public Property ConnectionClosedRequested As CancellationToken