aspnetcore/samples/ClientSample/Tcp
David Fowler e9d58154ec
Added TCP client sample to HubSample (#1805)
- Ripped of Kestrel's SocketConnection to make a TcpConnection
IConnection implementation.
- Fixed issue with SignalR assuming there will always be a non-null user
on the ConnectionContext.
2018-04-02 09:50:50 -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 Added TCP client sample to HubSample (#1805) 2018-04-02 09:50:50 -07:00
TcpHubConnectionBuilderExtensions.cs Added TCP client sample to HubSample (#1805) 2018-04-02 09:50:50 -07:00