aspnetcore/samples/ClientSample/Tcp
David Fowler c1049b722d
The grand unification of ConnectionContext (#1895)
This change rationalizes the 2 very similar abstractions that exist in Connections.Abstractions, IConnection and ConnectionContext. It also introduces an IConnectionFactory to SignalR that is used to create a new ConnectionContext for a HubConnection.

- HubConnection just completes both ends of the transport pipe instead of calling DisposeAsync.
- Implemented ConnectionContext on HttpConnection and added HttpConnectionFactory
-  Updated tests
2018-04-07 16:19:01 -07:00
..
BufferExtensions.cs Added TCP client sample to HubSample (#1805) 2018-04-02 09:50:50 -07:00
SocketAwaitable.cs Added TCP client sample to HubSample (#1805) 2018-04-02 09:50:50 -07:00
SocketReceiver.cs Added TCP client sample to HubSample (#1805) 2018-04-02 09:50:50 -07:00
SocketSender.cs Added TCP client sample to HubSample (#1805) 2018-04-02 09:50:50 -07:00
TcpConnection.cs The grand unification of ConnectionContext (#1895) 2018-04-07 16:19:01 -07:00
TcpHubConnectionBuilderExtensions.cs The grand unification of ConnectionContext (#1895) 2018-04-07 16:19:01 -07:00