aspnetcore/clients/ts/signalr/src
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
..
AbortController.ts
Errors.ts
HandshakeProtocol.ts
HttpClient.ts Revert "Use xhr.onreadystatechange instead of xhr.onload (#1838)" (#2065) 2018-04-18 17:38:27 +00:00
HttpConnection.ts Added support for negotiate response to redirect the client to another SignalR endpoint (#2070) 2018-04-18 14:22:45 -07:00
HubConnection.ts Simple TypeScript API Review Feedback (#2050) 2018-04-17 10:51:52 -07:00
IConnection.ts Simple TypeScript API Review Feedback (#2050) 2018-04-17 10:51:52 -07:00
IHubProtocol.ts fix #1281 by adding support for DELETE endpoint on server (#1925) 2018-04-12 12:39:08 -07:00
ILogger.ts Simple TypeScript API Review Feedback (#2050) 2018-04-17 10:51:52 -07:00
ITransport.ts Simple TypeScript API Review Feedback (#2050) 2018-04-17 10:51:52 -07:00
JsonHubProtocol.ts Simple TypeScript API Review Feedback (#2050) 2018-04-17 10:51:52 -07:00
Loggers.ts Simple TypeScript API Review Feedback (#2050) 2018-04-17 10:51:52 -07:00
LongPollingTransport.ts Simple TypeScript API Review Feedback (#2050) 2018-04-17 10:51:52 -07:00
ServerSentEventsTransport.ts Simple TypeScript API Review Feedback (#2050) 2018-04-17 10:51:52 -07:00
Stream.ts Simple TypeScript API Review Feedback (#2050) 2018-04-17 10:51:52 -07:00
TextMessageFormat.ts
Utils.ts Simple TypeScript API Review Feedback (#2050) 2018-04-17 10:51:52 -07:00
WebSocketTransport.ts Simple TypeScript API Review Feedback (#2050) 2018-04-17 10:51:52 -07:00
browser-index.ts polyfill UInt8Array.forEach for IE (#1981) 2018-04-12 21:15:39 -07:00
index.ts Simple TypeScript API Review Feedback (#2050) 2018-04-17 10:51:52 -07:00
third-party-notices.txt