aspnetcore/client-ts/Microsoft.AspNetCore.Signal...
David Fowler d169b96d2d Decouple IConnection.ts and HubConnection.ts from http (#566)
* Decouple IConnection.ts and HubConnection.ts from http
- Removed TransportType from start
- Renamed Connection.ts to HttpConnection.ts
2017-06-16 06:54:55 +02:00
..
Common.ts
Formatters.ts Simplify the JSON and protobuf protocols (#524) 2017-06-06 07:18:23 -10:00
HttpClient.ts Make the http end points more resty (#470) 2017-05-19 23:37:17 -07:00
HttpConnection.ts Decouple IConnection.ts and HubConnection.ts from http (#566) 2017-06-16 06:54:55 +02:00
HubConnection.ts Decouple IConnection.ts and HubConnection.ts from http (#566) 2017-06-16 06:54:55 +02:00
IConnection.ts Decouple IConnection.ts and HubConnection.ts from http (#566) 2017-06-16 06:54:55 +02:00
IHttpConnectionOptions.ts Decouple IConnection.ts and HubConnection.ts from http (#566) 2017-06-16 06:54:55 +02:00
IHubProtocol.ts Added IHubProtocol to ts client (#537) 2017-06-07 05:46:27 -10:00
JsonHubProtocol.ts Added IHubProtocol to ts client (#537) 2017-06-07 05:46:27 -10:00
Microsoft.AspNetCore.SignalR.Client.TS.csproj Add the npm 5 lockfile to source 2017-06-08 09:47:17 -07:00
Observable.ts Fix #324 by adding streaming support to the server (#461) 2017-05-31 09:10:20 -07:00
Transports.ts Remove content type from LongPollingTransport 2017-06-15 07:33:05 +02:00
gulpfile.js Fix #324 by adding streaming support to the server (#461) 2017-05-31 09:10:20 -07:00
index.ts Decouple IConnection.ts and HubConnection.ts from http (#566) 2017-06-16 06:54:55 +02:00
tsconfig.json