aspnetcore/benchmarks/Microsoft.AspNetCore.Signal...
David Fowler a5d9930802
API review changes (#2043)
- Make SerializedHubMessage and SerializedMessage
public
- Made HubConnectionStore public
- Move SendUtils and Utils to the internal folder
- Make Microsoft.AspNetCore.Http.Connections.Common/Internal public.
- Move InvocationRequest to internal folder
2018-04-16 10:31:10 -07:00
..
Shared
AssemblyInfo.cs
BroadcastBenchmark.cs API review changes for Microsoft.AspNetCore.SignalR (#2033) 2018-04-16 15:54:42 +12:00
DefaultHubActivatorBenchmark.cs API review changes for Microsoft.AspNetCore.SignalR (#2033) 2018-04-16 15:54:42 +12:00
DefaultHubDispatcherBenchmark.cs
DefaultHubLifetimeManagerBenchmark.cs API review changes for Microsoft.AspNetCore.SignalR (#2033) 2018-04-16 15:54:42 +12:00
HubConnectionContextBenchmark.cs Move types out of .Core namespace and make method virtual (#2024) 2018-04-15 09:58:33 +12:00
HubConnectionSendBenchmark.cs Microsoft.AspNetCore.SignalR.Client refactor (#2000) 2018-04-14 21:09:41 +12:00
HubConnectionStartBenchmark.cs Microsoft.AspNetCore.SignalR.Client refactor (#2000) 2018-04-14 21:09:41 +12:00
HubProtocolBenchmark.cs
MessageParserBenchmark.cs Update text and binary formatter helpers to be shared (#2035) 2018-04-16 15:19:34 +12:00
Microsoft.AspNetCore.SignalR.Microbenchmarks.csproj Update text and binary formatter helpers to be shared (#2035) 2018-04-16 15:19:34 +12:00
NegotiateProtocolBenchmark.cs API review changes (#2043) 2018-04-16 10:31:10 -07:00
RedisHubLifetimeManagerBenchmark.cs Rename excludedIds to excludedConnectionIds (#2037) 2018-04-16 18:03:16 +12:00
RedisProtocolBenchmark.cs Rename excludedIds to excludedConnectionIds (#2037) 2018-04-16 18:03:16 +12:00
ServerSentEventsBenchmark.cs
TestBinder.cs