aspnetcore/client-ts/FunctionalTests
David Fowler 6a8ede0770
Further making Microsoft.AspNetCore.Sockets "not a thing" (#1599)
- This PR attempts to move things where they are needed instead of where they
happened to be used. As a result we should now have Sockets.Abstractions and
Sockets down to the minimal set of things required to make them run.
Sockets.Abstractions should go away in favor of Protocol.Abstractions and
Sockets contains the EndPoint abstraction and related types.
- Moved ConnectionManager and friends to
Sockets.Http.
-Removed Sockets and moved everything into Sockets.Abstractions.
- Moved DefaultConnection and put it in Sockets.Abstractions.
2018-03-14 15:37:24 -07:00
..
ts Remove support for binary over SSE and add transfer format to negotiation (#1564) 2018-03-13 14:29:32 -07:00
wwwroot
.gitignore
AuthorizedHub.cs
ComplexObject.cs
EchoEndPoint.cs Pipelines in corefx (#1501) 2018-02-28 12:42:01 -08:00
FunctionalTests.csproj
Program.cs
Startup.cs Further making Microsoft.AspNetCore.Sockets "not a thing" (#1599) 2018-03-14 15:37:24 -07:00
TestHub.cs
UncreatableHub.cs
package-lock.json
package.json
rollup.config.js
run-tests.ts
run-tests.tsconfig.json
tsconfig.json
web.config Remove support for binary over SSE and add transfer format to negotiation (#1564) 2018-03-13 14:29:32 -07:00