2 writes to Transport
Microsoft.AspNetCore.SignalR.Tests (2)
Internal\MessageBufferTests.cs (2)
594Transport = transport; 608duplexPipePair.Transport = transportToApplication;
24 references to Transport
Microsoft.AspNetCore.SignalR.Tests (24)
Internal\MessageBufferTests.cs (24)
24connection.Transport = pipes.Transport; 52connection.Transport = pipes.Transport; 90connection.Transport = pipes.Transport; 100var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output); 130connection.Transport = pipes.Transport; 144await messageBuffer.ResendAsync(pipes.Transport.Output); 180connection.Transport = pipes.Transport; 198await messageBuffer.ResendAsync(pipes.Transport.Output); 235connection.Transport = pipes.Transport; 251await messageBuffer.ResendAsync(pipes.Transport.Output); 279connection.Transport = pipes.Transport; 283await messageBuffer.ResendAsync(pipes.Transport.Output); 303connection.Transport = pipes.Transport; 315await messageBuffer.ResendAsync(pipes.Transport.Output); 346connection.Transport = pipes.Transport; 383connection.Transport = pipes.Transport; 397await messageBuffer.ResendAsync(pipes.Transport.Output); 425connection.Transport = pipes.Transport; 463connection.Transport = pipes.Transport; 473var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output); 505connection.Transport = pipes.Transport; 514var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output); 604var transportToApplication = new DuplexPipe(duplexPipePair.Transport.Input, input.Writer); 610connection.Transport = duplexPipePair.Transport;