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
..
HttpConnectionTests.ConnectionLifecycle.cs
HttpConnectionTests.Helpers.cs Fix AccessTokenFactory not being called with each request (#1880) 2018-04-06 15:46:36 +12:00
HttpConnectionTests.Negotiate.cs HttpTransportType refactor (#1873) 2018-04-06 16:18:47 +12:00
HttpConnectionTests.Transport.cs Fix AccessTokenFactory not being called with each request (#1880) 2018-04-06 15:46:36 +12:00
HttpConnectionTests.cs HttpTransportType refactor (#1873) 2018-04-06 16:18:47 +12:00
HubConnectionBuilderExtensionsTests.cs HttpTransportType refactor (#1873) 2018-04-06 16:18:47 +12:00
HubConnectionBuilderTests.cs
HubConnectionTests.ConnectionLifecycle.cs
HubConnectionTests.Extensions.cs
HubConnectionTests.Helpers.cs
HubConnectionTests.Protocol.cs
HubConnectionTests.cs
LongPollingTransportTests.cs
Microsoft.AspNetCore.SignalR.Client.Tests.csproj
ResponseUtils.cs HttpTransportType refactor (#1873) 2018-04-06 16:18:47 +12:00
ServerSentEventsParserTests.cs
ServerSentEventsTransportTests.cs ReEnable SSETransportStopsSendAndReceiveLoopsWhenTransportStopped (#1877) 2018-04-05 17:16:39 -07:00
SyncPoint.cs
TestConnection.cs
TestHttpMessageHandler.cs
TestTransport.cs
TestTransportFactory.cs