1 instantiation of NewtonsoftJsonHubProtocolOptions
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson (1)
Protocol\NewtonsoftJsonHubProtocol.cs (1)
50
public NewtonsoftJsonHubProtocol() : this(Options.Create(new
NewtonsoftJsonHubProtocolOptions
()))
3 references to 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>
39
public static TBuilder AddNewtonsoftJsonProtocol<TBuilder>(this TBuilder builder, Action<
NewtonsoftJsonHubProtocolOptions
> configure) where TBuilder : ISignalRBuilder
Protocol\NewtonsoftJsonHubProtocol.cs (1)
58
public NewtonsoftJsonHubProtocol(IOptions<
NewtonsoftJsonHubProtocolOptions
> options)