4 references to NewtonsoftJsonHubProtocol
Microsoft.AspNetCore.SignalR.Common.Tests (1)
Internal\Protocol\NewtonsoftJsonHubProtocolTests.cs (1)
36return new NewtonsoftJsonHubProtocol(Options.Create(protocolOptions));
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (1)
Protocol\NewtonsoftJsonHubProtocol.cs (1)
50public NewtonsoftJsonHubProtocol() : this(Options.Create(new NewtonsoftJsonHubProtocolOptions()))
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisHubLifetimeManagerTests.cs (1)
40new NewtonsoftJsonHubProtocol(Options.Create(jsonOptions)),
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.cs (1)
4482protocol: new NewtonsoftJsonHubProtocol(Options.Create(protocolOptions)),