4 references to InMemoryTransportConnection
InMemory.FunctionalTests (4)
ResponseDrainingTests.cs (1)
36
var
transportConnection = connection.TransportConnection;
TestTransport\InMemoryConnection.cs (2)
13
public InMemoryConnection(
InMemoryTransportConnection
transportConnection, Encoding encoding)
19
public
InMemoryTransportConnection
TransportConnection { get; }
TestTransport\TestServer.cs (1)
118
var
transportConnection = new InMemoryTransportConnection(_memoryPool, Context.Log, Context.Scheduler);