aspnetcore/test/Microsoft.AspNetCore.Signal...
James Newton-King cb5ece8a24
HttpTransportType refactor (#1873)
- Rename file to HttpTransportType.cs
- Add HttpTransportType.None
- Move All to static readonly field
- Make TransportType on client and service HttpConnectionOptions consistent
- Move setting defaults into ctor
2018-04-06 16:18:47 +12:00
..
HubEndpointTestUtils Add streaming benchmarks (#1854) 2018-04-05 20:27:37 +12:00
Internal
AuthConnectionHandler.cs Set X-Requested-With on all requests (#1848) 2018-04-04 17:12:50 -07:00
CancellationDisposable.cs
ClientProxyTests.cs
DefaultHubActivatorTests.cs
DefaultHubLifetimeManagerTests.cs
DefaultTransportFactoryTests.cs HttpTransportType refactor (#1873) 2018-04-06 16:18:47 +12:00
EchoConnectionHandler.cs
EndToEndTests.cs Set X-Requested-With on all requests (#1848) 2018-04-04 17:12:50 -07:00
HttpHeaderConnectionHandler.cs
HubConnectionHandlerTests.cs var all the things (#1855) 2018-04-05 18:41:13 +12:00
HubMethodInvocationMessageTests.cs
HubReflectionHelperTests.cs
MapSignalRTests.cs
Microsoft.AspNetCore.SignalR.Tests.csproj Set X-Requested-With on all requests (#1848) 2018-04-04 17:12:50 -07:00
Startup.cs Set X-Requested-With on all requests (#1848) 2018-04-04 17:12:50 -07:00
UncreatableHub.cs
WebSocketsTransportTests.cs var all the things (#1855) 2018-04-05 18:41:13 +12:00
WriteThenCloseConnectionHandler.cs