aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler 903fe1e902
Added support for negotiate response to redirect the client to another SignalR endpoint (#2070)
- Add a SkipNegotiation flag to the .NET and ts client
to allow skipping the negotiation phase. Don't infer it based on the transport type.
-  Updated the negotiate protocol to support returning a redirect url
- Added support to .NET client to handle redirect negotiations
- Handle poorly written endpoints that sends infinite redirects
- Added access token support and an infinite redirect guard
- Add delete handler for stopping the transport
2018-04-18 14:22:45 -07:00
..
HubConnectionHandlerTestUtils Rename excludedIds to excludedConnectionIds (#2037) 2018-04-16 18:03:16 +12:00
Internal JsonHubProtocol and MessagePackHubProtocol version fields now private (#2023) 2018-04-15 09:58:05 +12:00
AuthConnectionHandler.cs
CancellationDisposable.cs
ClientProxyTests.cs Rename excludedIds to excludedConnectionIds (#2037) 2018-04-16 18:03:16 +12:00
DefaultHubActivatorTests.cs API review changes for Microsoft.AspNetCore.SignalR (#2033) 2018-04-16 15:54:42 +12:00
DefaultHubLifetimeManagerTests.cs API review changes for Microsoft.AspNetCore.SignalR (#2033) 2018-04-16 15:54:42 +12:00
DefaultTransportFactoryTests.cs Refactor HttpOptions in client (#1942) 2018-04-11 20:20:04 +12:00
EchoConnectionHandler.cs
EndToEndTests.cs Added support for negotiate response to redirect the client to another SignalR endpoint (#2070) 2018-04-18 14:22:45 -07:00
HttpHeaderConnectionHandler.cs
HubConnectionHandlerTests.cs Fix #1989 by adding a 'binding failure' pseudo-message (#2064) 2018-04-17 20:08:07 -07:00
HubReflectionHelperTests.cs
MapSignalRTests.cs
Microsoft.AspNetCore.SignalR.Tests.csproj Refactor HttpOptions in client (#1942) 2018-04-11 20:20:04 +12:00
Startup.cs
UncreatableHub.cs
WebSocketsTransportTests.cs y u no log? 2018-04-16 08:33:19 +12:00
WriteThenCloseConnectionHandler.cs