aspnetcore/client-ts/FunctionalTests
David Fowler 6053a34cf3
Don't expose HubConnectionContext on the Hub (#1674)
- Made HubCallerContext an abstract class
- Made DefaultHubCallerContext that gets data from the HubConnectionContext.
- Removed IP address
- Removed Connection property
2018-03-21 10:07:41 -07:00
..
selenium clean up test output (#1656) 2018-03-20 17:23:34 -07:00
ts Rename negotiate to handshake, add handshake response, add close frame (#1591) 2018-03-20 17:40:22 +13:00
wwwroot Run browser functional tests in CI builds (#1487) 2018-03-14 15:59:56 -07:00
.gitignore
AuthorizedHub.cs
ComplexObject.cs
EchoEndPoint.cs Run browser functional tests in CI builds (#1487) 2018-03-14 15:59:56 -07:00
FunctionalTests.csproj Make it possible to run the Browser Functional Tests from the command line (#1448) 2018-02-16 10:48:35 -08:00
Program.cs Run browser functional tests in CI builds (#1487) 2018-03-14 15:59:56 -07:00
Startup.cs Run browser functional tests in CI builds (#1487) 2018-03-14 15:59:56 -07:00
TestHub.cs Don't expose HubConnectionContext on the Hub (#1674) 2018-03-21 10:07:41 -07:00
UncreatableHub.cs
package-lock.json Enable dotnet-build bot 2018-03-19 12:31:55 -07:00
package.json Run browser functional tests in CI builds (#1487) 2018-03-14 15:59:56 -07:00
rollup.config.js
tsconfig.json Make it possible to run the Browser Functional Tests from the command line (#1448) 2018-02-16 10:48:35 -08:00
web.config Remove support for binary over SSE and add transfer format to negotiation (#1564) 2018-03-13 14:29:32 -07:00