Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Microsoft.​AspNetCore.​Connections.​Features.​IConnectionLifetimeNotificationFeature

Assembly: Microsoft.AspNetCore.Connections.Abstractions

Enables graceful termination of the connection.

Properties

ConnectionClosedRequested
Gets or set an <see cref="T:System.Threading.CancellationToken" /> that will be triggered when closing the connection has been requested.

Methods

void
RequestClose​()
Requests the connection to be closed.