1 write to Transport
Microsoft.AspNetCore.Http.Connections (1)
src\SignalR\common\Shared\DuplexPipe.cs (1)
37
Transport
= transport;
11 references to Transport
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionManager.cs (1)
81
var connection = new HttpConnectionContext(id, connectionToken, _connectionLogger, metricsContext, pair.Application, pair.
Transport
, options, useStatefulReconnect);
Microsoft.AspNetCore.Http.Connections.Tests (10)
LongPollingTests.cs (4)
26
var connection = new DefaultConnectionContext("foo", pair.
Transport
, pair.Application);
46
var connection = new DefaultConnectionContext("foo", pair.
Transport
, pair.Application);
68
var connection = new DefaultConnectionContext("foo", pair.
Transport
, pair.Application);
91
var connection = new DefaultConnectionContext("foo", pair.
Transport
, pair.Application);
ServerSentEventsTests.cs (5)
25
var connection = new DefaultConnectionContext("foo", pair.
Transport
, pair.Application);
46
var connection = new DefaultConnectionContext("foo", pair.
Transport
, pair.Application);
67
var connection = new DefaultConnectionContext("foo", pair.
Transport
, pair.Application);
89
var connection = new DefaultConnectionContext("foo", pair.
Transport
, pair.Application);
117
var connection = new DefaultConnectionContext("foo", pair.
Transport
, pair.Application);
WebSocketsTests.cs (1)
114
metricsContext: default, pair.
Transport
, pair.Application, new(), useStatefulReconnect: false);