2 writes to Transport
Microsoft.AspNetCore.SignalR.Tests (2)
Internal\MessageBufferTests.cs (2)
594
Transport
= transport;
608
duplexPipePair.
Transport
= transportToApplication;
24 references to Transport
Microsoft.AspNetCore.SignalR.Tests (24)
Internal\MessageBufferTests.cs (24)
24
connection.Transport = pipes.
Transport
;
52
connection.Transport = pipes.
Transport
;
90
connection.Transport = pipes.
Transport
;
100
var resendTask = messageBuffer.ResendAsync(pipes.
Transport
.Output);
130
connection.Transport = pipes.
Transport
;
144
await messageBuffer.ResendAsync(pipes.
Transport
.Output);
180
connection.Transport = pipes.
Transport
;
198
await messageBuffer.ResendAsync(pipes.
Transport
.Output);
235
connection.Transport = pipes.
Transport
;
251
await messageBuffer.ResendAsync(pipes.
Transport
.Output);
279
connection.Transport = pipes.
Transport
;
283
await messageBuffer.ResendAsync(pipes.
Transport
.Output);
303
connection.Transport = pipes.
Transport
;
315
await messageBuffer.ResendAsync(pipes.
Transport
.Output);
346
connection.Transport = pipes.
Transport
;
383
connection.Transport = pipes.
Transport
;
397
await messageBuffer.ResendAsync(pipes.
Transport
.Output);
425
connection.Transport = pipes.
Transport
;
463
connection.Transport = pipes.
Transport
;
473
var resendTask = messageBuffer.ResendAsync(pipes.
Transport
.Output);
505
connection.Transport = pipes.
Transport
;
514
var resendTask = messageBuffer.ResendAsync(pipes.
Transport
.Output);
604
var transportToApplication = new DuplexPipe(duplexPipePair.
Transport
.Input, input.Writer);
610
connection.Transport = duplexPipePair.
Transport
;