9 references to All
Microsoft.AspNetCore.Http.Connections (1)
HttpConnectionDispatcherOptions.cs (1)
32
Transports = HttpTransports.
All
;
Microsoft.AspNetCore.Http.Connections.Client (2)
HttpConnection.cs (1)
100
: this(url, HttpTransports.
All
)
HttpConnectionOptions.cs (1)
56
Transports = HttpTransports.
All
;
Microsoft.AspNetCore.Http.Connections.Tests (1)
HttpConnectionManagerTests.cs (1)
30
Assert.Equal(HttpTransports.
All
, options.Transports);
Microsoft.AspNetCore.SignalR.Client.Tests (4)
HttpConnectionTests.ConnectionLifecycle.cs (2)
119
transportType: HttpTransports.
All
,
153
transportType: HttpTransports.
All
,
HttpConnectionTests.cs (1)
38
Assert.Equal(HttpTransports.
All
, httpOptions.Transports);
ResponseUtils.cs (1)
69
transportTypes = transportTypes ?? HttpTransports.
All
;
Microsoft.AspNetCore.SignalR.Tests (1)
EndToEndTests.cs (1)
44
var connection = new HttpConnection(new Uri(url), HttpTransports.
All
, LoggerFactory);