5 references to MessagePackHubProtocol
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (1)
Protocol\MessagePackHubProtocol.cs (1)
39: this(Options.Create(new MessagePackHubProtocolOptions()))
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisHubLifetimeManagerTests.cs (1)
41new MessagePackHubProtocol(Options.Create(messagePackOptions)),
Microsoft.AspNetCore.SignalR.Tests (3)
HubConnectionHandlerTests.cs (3)
2458using (var client = new TestClient(protocol: new MessagePackHubProtocol(msgPackOptions))) 2496using (var client = new TestClient(protocol: new MessagePackHubProtocol(msgPackOptions))) 2520using (var client = new TestClient(protocol: new MessagePackHubProtocol(msgPackOptions)))