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