Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Add IConnectionLifetimeFeature to Microsoft.AspNetCore.Connections.Abstractions #2054

Description

@davidfowl
public interface IConnectionLifetimeFeature
{
    CancellationToken ConnectionClosed { get; }
    void Abort();
}

These should also be exposed on ConnectionContext

Related to: #1980

Metadata

Metadata

Assignees

Labels

Bedrockcost: 0Will take no time. This is a tracking issue

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions