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