2 writes to Transport
Microsoft.AspNetCore.SignalR.Tests (2)
Internal\MessageBufferTests.cs (2)
537Transport = transport; 551duplexPipePair.Transport = transportToApplication;
22 references to Transport
Microsoft.AspNetCore.SignalR.Tests (22)
Internal\MessageBufferTests.cs (22)
23connection.Transport = pipes.Transport; 51connection.Transport = pipes.Transport; 89connection.Transport = pipes.Transport; 99var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output); 129connection.Transport = pipes.Transport; 143await messageBuffer.ResendAsync(pipes.Transport.Output); 178connection.Transport = pipes.Transport; 194await messageBuffer.ResendAsync(pipes.Transport.Output); 222connection.Transport = pipes.Transport; 226await messageBuffer.ResendAsync(pipes.Transport.Output); 246connection.Transport = pipes.Transport; 258await messageBuffer.ResendAsync(pipes.Transport.Output); 289connection.Transport = pipes.Transport; 326connection.Transport = pipes.Transport; 340await messageBuffer.ResendAsync(pipes.Transport.Output); 368connection.Transport = pipes.Transport; 406connection.Transport = pipes.Transport; 416var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output); 448connection.Transport = pipes.Transport; 457var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output); 547var transportToApplication = new DuplexPipe(duplexPipePair.Transport.Input, input.Writer); 553connection.Transport = duplexPipePair.Transport;