Remove IConnection (#2472)
This commit is contained in:
parent
2ee0d6e337
commit
4760cce6aa
|
|
@ -1,17 +0,0 @@
|
||||||
using System.Collections.Generic;
|
|
||||||
using System.IO.Pipelines;
|
|
||||||
using System.Threading.Tasks;
|
|
||||||
using Microsoft.AspNetCore.Http.Features;
|
|
||||||
|
|
||||||
namespace Microsoft.AspNetCore.Connections
|
|
||||||
{
|
|
||||||
public interface IConnection
|
|
||||||
{
|
|
||||||
IDuplexPipe Transport { get; }
|
|
||||||
IFeatureCollection Features { get; }
|
|
||||||
|
|
||||||
Task StartAsync();
|
|
||||||
Task StartAsync(TransferFormat transferFormat);
|
|
||||||
Task DisposeAsync();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue