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