2 instantiations of JsonHubProtocolOptions
Microsoft.AspNetCore.SignalR.Common.Tests (1)
Internal\Protocol\JsonHubProtocolTests.cs (1)
28var protocolOptions = new JsonHubProtocolOptions()
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
Protocol\JsonHubProtocol.cs (1)
60public JsonHubProtocol() : this(Options.Create(new JsonHubProtocolOptions()))
4 references to JsonHubProtocolOptions
Microsoft.AspNetCore.SignalR.Common.Tests (1)
Internal\Protocol\JsonHubProtocolTests.cs (1)
28var protocolOptions = new JsonHubProtocolOptions()
Microsoft.AspNetCore.SignalR.Protocols.Json (3)
JsonProtocolDependencyInjectionExtensions.cs (2)
34/// <param name="configure">A delegate that can be used to configure the <see cref="JsonHubProtocolOptions"/></param> 36public static TBuilder AddJsonProtocol<TBuilder>(this TBuilder builder, Action<JsonHubProtocolOptions> configure) where TBuilder : ISignalRBuilder
Protocol\JsonHubProtocol.cs (1)
68public JsonHubProtocol(IOptions<JsonHubProtocolOptions> options)