aspnetcore/src/Microsoft.AspNetCore.Socket...
David Fowler 000f9cb192 Initial support for websocket subprotocols (#933)
* Initial support for websocket subprotocols
- Exposes a SubProtocol property on WebSocketOptions that picks the
protocol for all connections on the end point.
- This is required for things like mqtt over websockets (the SubProtocol in
this case is something like mqtt or mqttv3.1)
- Added test

#402
2017-09-25 15:17:45 -07:00
..
Features
Internal Initial support for websocket subprotocols (#933) 2017-09-25 15:17:45 -07:00
ConnectionMetadataNames.cs
HttpConnectionContextExtensions.cs
HttpConnectionDispatcher.cs Block POST requests for websocket connections (#934) 2017-09-23 17:49:19 -07:00
HttpSocketOptions.cs
LongPollingOptions.cs
Microsoft.AspNetCore.Sockets.Http.csproj
SocketRouteBuilder.cs
SocketsAppBuilderExtensions.cs
SocketsDependencyInjectionExtensions.cs
WebSocketOptions.cs Initial support for websocket subprotocols (#933) 2017-09-25 15:17:45 -07:00