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