aspnetcore/test/Microsoft.AspNetCore.Socket...
David Fowler 6332e98d03 Remove Try from Write methods (#614)
- We write to a Stream so it should never fail (it could throw
but that's not new).
2017-06-28 21:53:23 -07:00
..
ConnectionManagerTests.cs
HttpConnectionDispatcherTests.cs
LongPollingTests.cs
MapEndPointTests.cs Support Authorize attribute on EndPoints (#606) 2017-06-28 14:52:52 -07:00
Microsoft.AspNetCore.Sockets.Tests.csproj
ServerSentEventsMessageFormatterTests.cs Remove Try from Write methods (#614) 2017-06-28 21:53:23 -07:00
ServerSentEventsTests.cs
TestWebSocketConnectionFeature.cs
WebSocketsTests.cs