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)
41
new
MessagePackHubProtocol
(Options.Create(messagePackOptions)),
Microsoft.AspNetCore.SignalR.Tests (3)
HubConnectionHandlerTests.cs (3)
2458
using (var client = new TestClient(protocol: new
MessagePackHubProtocol
(msgPackOptions)))
2496
using (var client = new TestClient(protocol: new
MessagePackHubProtocol
(msgPackOptions)))
2520
using (var client = new TestClient(protocol: new
MessagePackHubProtocol
(msgPackOptions)))