aspnetcore/test/Microsoft.AspNetCore.Signal...
Andrew Stanton-Nurse cfaa123eb8 IConnection refactoring (#1718)
- IConnection is now single-use and HubConnection creates a new instance
for reconnecting
- IConnection is just a Pipe now, no more events
2018-03-27 23:02:07 -07:00
..
ChannelExtensions.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
HubConnectionContextUtils.cs
LogRecord.cs
Microsoft.AspNetCore.SignalR.Tests.Utils.csproj IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
PipeCompletionExtensions.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
PipeReaderExtensions.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
ServerFixture.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
TaskExtensions.cs IConnection refactoring (#1718) 2018-03-27 23:02:07 -07:00
TestClient.cs
TestHelpers.cs
WebSocketsSupportedConditionAttribute.cs