1 interface inheriting from ISignalRBuilder
Microsoft.AspNetCore.SignalR.Core (1)
ISignalRServerBuilder.cs (1)
9
public interface ISignalRServerBuilder :
ISignalRBuilder
5 references to ISignalRBuilder
Microsoft.AspNetCore.SignalR.Protocols.Json (5)
JsonProtocolDependencyInjectionExtensions.cs (5)
12
/// Extension methods for <see cref="
ISignalRBuilder
"/>.
22
/// <param name="builder">The <see cref="
ISignalRBuilder
"/> representing the SignalR server to add JSON protocol support to.</param>
24
public static TBuilder AddJsonProtocol<TBuilder>(this TBuilder builder) where TBuilder :
ISignalRBuilder
33
/// <param name="builder">The <see cref="
ISignalRBuilder
"/> representing the SignalR server to add JSON protocol support to.</param>
36
public static TBuilder AddJsonProtocol<TBuilder>(this TBuilder builder, Action<JsonHubProtocolOptions> configure) where TBuilder :
ISignalRBuilder