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