aspnetcore/test/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
..
ApplicationLifetime.cs Use IApplicationLifetime instead of IHostedService (#757) 2017-08-24 00:10:18 -07:00
ConnectionManagerTests.cs Use IApplicationLifetime instead of IHostedService (#757) 2017-08-24 00:10:18 -07:00
HttpConnectionDispatcherTests.cs Block POST requests for websocket connections (#934) 2017-09-23 17:49:19 -07:00
LongPollingTests.cs
MapEndPointTests.cs Initial support for websocket subprotocols (#933) 2017-09-25 15:17:45 -07:00
Microsoft.AspNetCore.Sockets.Tests.csproj Initial support for websocket subprotocols (#933) 2017-09-25 15:17:45 -07:00
ServerSentEventsMessageFormatterTests.cs Remove Try from Write methods (#614) 2017-06-28 21:53:23 -07:00
ServerSentEventsTests.cs
TestWebSocketConnectionFeature.cs Fix flaky test (#622) 2017-06-30 02:30:09 -07:00
WebSocketsTests.cs Support for binary protocols on the server side 2017-07-20 17:46:45 -07:00