7 references to Protocol
Microsoft.AspNetCore.SignalR.Microbenchmarks (7)
HubProtocolBenchmark.cs (7)
20
[Params(
Protocol
.MsgPack,
Protocol
.Json,
Protocol
.NewtonsoftJson)]
21
public
Protocol
HubProtocol { get; set; }
28
case
Protocol
.MsgPack:
31
case
Protocol
.Json:
34
case
Protocol
.NewtonsoftJson: