aspnetcore/src/Microsoft.AspNetCore.Socket...
David Fowler 079a56be1a
Small optimizations (#1617)
- Return ValueTask instead of Task from WriteAsync helpers
- Use TryGet instead of foreach to avoid enumerator (though it's just a stack allocation here)
2018-03-16 16:08:11 -07:00
..
Internal Small optimizations (#1617) 2018-03-16 16:08:11 -07:00
Constants.cs
DefaultTransportFactory.cs
HttpConnection.Log.cs Pascal case formatted log parameter names (#1615) 2018-03-16 12:13:27 -07:00
HttpConnection.cs
HttpConnectionExtensions.cs
HttpOptions.cs
ITransport.cs
ITransportFactory.cs
LongPollingTransport.Log.cs Pascal case formatted log parameter names (#1615) 2018-03-16 12:13:27 -07:00
LongPollingTransport.cs
Microsoft.AspNetCore.Sockets.Client.Http.csproj
SendUtils.cs Small optimizations (#1617) 2018-03-16 16:08:11 -07:00
ServerSentEventsMessageParser.cs
ServerSentEventsTransport.Log.cs Pascal case formatted log parameter names (#1615) 2018-03-16 12:13:27 -07:00
ServerSentEventsTransport.cs
Utils.cs
WebSocketsTransport.Log.cs Pascal case formatted log parameter names (#1615) 2018-03-16 12:13:27 -07:00
WebSocketsTransport.cs