2 writes to Transport
Microsoft.AspNetCore.SignalR.Tests (2)
Internal\MessageBufferTests.cs (2)
651Transport = transport; 665duplexPipePair.Transport = transportToApplication;
26 references to Transport
Microsoft.AspNetCore.SignalR.Tests (26)
Internal\MessageBufferTests.cs (26)
25connection.Transport = pipes.Transport; 54connection.Transport = pipes.Transport; 93connection.Transport = pipes.Transport; 103var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output); 134connection.Transport = pipes.Transport; 148await messageBuffer.ResendAsync(pipes.Transport.Output); 185connection.Transport = pipes.Transport; 203await messageBuffer.ResendAsync(pipes.Transport.Output); 241connection.Transport = pipes.Transport; 257await messageBuffer.ResendAsync(pipes.Transport.Output); 285connection.Transport = pipes.Transport; 289await messageBuffer.ResendAsync(pipes.Transport.Output); 310connection.Transport = pipes.Transport; 322await messageBuffer.ResendAsync(pipes.Transport.Output); 354connection.Transport = pipes.Transport; 392connection.Transport = pipes.Transport; 406await messageBuffer.ResendAsync(pipes.Transport.Output); 434connection.Transport = pipes.Transport; 473connection.Transport = pipes.Transport; 483var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output); 516connection.Transport = pipes.Transport; 525var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output); 573connection.Transport = pipes.Transport; 587var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output); 661var transportToApplication = new DuplexPipe(duplexPipePair.Transport.Input, input.Writer); 667connection.Transport = duplexPipePair.Transport;