aspnetcore/samples/ClientSample
David Fowler 12917ef0e9 Re-layer the .NET Client into Http and non-Http (#544)
* Re-layer the .NET Client into Http and non-Http
- Moved IConnection to Sockets.Abstractions and removed
HttpConnection and TransportType dependency.
- Renamed Sockets.Client to Sockets.Client.Http
- Renamed Sockets.Common to Sockets.Common.Http
- Renamed Connection to HttpConnection
- Removed HTTP dependency from HubConnection
- Removed tests that were testing connection logic in HubConnection

#518
2017-06-09 08:58:54 -10:00
..
ClientSample.csproj Re-layer the .NET Client into Http and non-Http (#544) 2017-06-09 08:58:54 -10:00
HubSample.cs Re-layer the .NET Client into Http and non-Http (#544) 2017-06-09 08:58:54 -10:00
LoggingMessageHandler.cs Early version of the .NET Client 2016-12-14 10:04:48 -08:00
Program.cs clean up client sample (#392) 2017-04-18 12:41:23 -07:00
RawSample.cs Re-layer the .NET Client into Http and non-Http (#544) 2017-06-09 08:58:54 -10:00