aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler 6c22f25818
Client pipelines (#1435)
- Reworked the Client to be based on pipelines instead of Channels
- SendAsync no longer fails if the http request itself fails but the connection is closed as a result.
- Updated tests
- Base64Encoder needed to support multiple messages in the same span of data
2018-02-12 22:27:43 -08:00
..
HttpConnectionTests.AbortAsync.cs
HttpConnectionTests.ConnectionLifecycle.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
HttpConnectionTests.Helpers.cs
HttpConnectionTests.Negotiate.cs
HttpConnectionTests.OnReceived.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
HttpConnectionTests.SendAsync.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
HttpConnectionTests.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
HubConnectionBuilderExtensionsTests.cs
HubConnectionBuilderTests.cs
HubConnectionExtensionsTests.cs
HubConnectionProtocolTests.cs
HubConnectionTests.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
LongPollingTransportTests.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
Microsoft.AspNetCore.SignalR.Client.Tests.csproj
ResponseUtils.cs
ServerSentEventsParserTests.cs
ServerSentEventsTransportTests.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
TaskQueueTests.cs
TestConnection.cs
TestHttpMessageHandler.cs
TestTransport.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
TestTransportFactory.cs