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