2 writes to Transport
Microsoft.AspNetCore.SignalR.Tests (2)
Internal\MessageBufferTests.cs (2)
739Transport = transport; 753duplexPipePair.Transport = transportToApplication;
30 references to Transport
Microsoft.AspNetCore.SignalR.Tests (30)
Internal\MessageBufferTests.cs (30)
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); 619connection.Transport = pipes.Transport; 634var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output); 663connection.Transport = pipes.Transport; 678var resendTask = messageBuffer.ResendAsync(pipes.Transport.Output); 749var transportToApplication = new DuplexPipe(duplexPipePair.Transport.Input, input.Writer); 755connection.Transport = duplexPipePair.Transport;