5 instantiations of NewtonsoftJsonHubProtocolOptions
Microsoft.AspNetCore.SignalR.Common.Tests (1)
Internal\Protocol\NewtonsoftJsonHubProtocolTests.cs (1)
27var protocolOptions = new NewtonsoftJsonHubProtocolOptions
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (1)
Protocol\NewtonsoftJsonHubProtocol.cs (1)
50public NewtonsoftJsonHubProtocol() : this(Options.Create(new NewtonsoftJsonHubProtocolOptions()))
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (2)
RedisHubLifetimeManagerTests.cs (2)
34jsonOptions = jsonOptions ?? new NewtonsoftJsonHubProtocolOptions(); 52var jsonOptions = new NewtonsoftJsonHubProtocolOptions();
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.cs (1)
4461var protocolOptions = new NewtonsoftJsonHubProtocolOptions
7 references to NewtonsoftJsonHubProtocolOptions
Microsoft.AspNetCore.SignalR.Common.Tests (1)
Internal\Protocol\NewtonsoftJsonHubProtocolTests.cs (1)
27var protocolOptions = new NewtonsoftJsonHubProtocolOptions
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (3)
NewtonsoftJsonProtocolDependencyInjectionExtensions.cs (2)
36/// <param name="configure">A delegate that can be used to configure the <see cref="NewtonsoftJsonHubProtocolOptions"/></param> 39public static TBuilder AddNewtonsoftJsonProtocol<TBuilder>(this TBuilder builder, Action<NewtonsoftJsonHubProtocolOptions> configure) where TBuilder : ISignalRBuilder
Protocol\NewtonsoftJsonHubProtocol.cs (1)
58public NewtonsoftJsonHubProtocol(IOptions<NewtonsoftJsonHubProtocolOptions> options)
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (2)
RedisHubLifetimeManagerTests.cs (2)
30private RedisHubLifetimeManager<Hub> CreateLifetimeManager(TestRedisServer server, MessagePackHubProtocolOptions messagePackOptions = null, NewtonsoftJsonHubProtocolOptions jsonOptions = null) 52var jsonOptions = new NewtonsoftJsonHubProtocolOptions();
Microsoft.AspNetCore.SignalR.Tests (1)
HubConnectionHandlerTests.cs (1)
4461var protocolOptions = new NewtonsoftJsonHubProtocolOptions