aspnetcore/src/Microsoft.AspNetCore.Sockets
Andrew Stanton-Nurse d281cb72ea add "messaging" endpoints and transports
* Need a separate set of primitives to handle messaging
* Using Channels (not Pipelines!) to provide the data flow for messaging
* All transports are now "message" based transports
* Added an adaptor to convert message-based transports to serve
streaming endpoints
2017-01-09 16:01:08 -08:00
..
Internal add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
Properties
Routing
Transports add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
Connection.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
ConnectionList.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
ConnectionManager.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
ConnectionMetadata.cs
ConnectionMode.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
EndPoint.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
Format.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
HttpConnectionDispatcher.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
HttpDispatcherAppBuilderExtensions.cs
IChannelConnection.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
Message.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
MessagingConnection.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
MessagingEndPoint.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
Microsoft.AspNetCore.Sockets.xproj
SocketsApplicationLifetimeService.cs
SocketsDependencyInjectionExtensions.cs
StreamingConnection.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
StreamingEndPoint.cs add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00
project.json add "messaging" endpoints and transports 2017-01-09 16:01:08 -08:00