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.​IConnectionLifetimeFeature
Assembly: Microsoft.AspNetCore.Connections.Abstractions
Represents the lifetime of the connection.
Properties
ConnectionClosed
Gets or sets the <see cref="T:System.Threading.CancellationToken" /> that is triggered when the connection is closed.
Methods
void
Abort​()
Terminates the current connection.