* 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 |
||
|---|---|---|
| .. | ||
| Features | ||
| Internal | ||
| ConnectionMetadataNames.cs | ||
| HttpConnectionContextExtensions.cs | ||
| HttpConnectionDispatcher.cs | ||
| HttpSocketOptions.cs | ||
| LongPollingOptions.cs | ||
| Microsoft.AspNetCore.Sockets.Http.csproj | ||
| SocketRouteBuilder.cs | ||
| SocketsAppBuilderExtensions.cs | ||
| SocketsDependencyInjectionExtensions.cs | ||
| WebSocketOptions.cs | ||