1 instantiation of MessagePackHubProtocolOptions
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (1)
Protocol\MessagePackHubProtocol.cs (1)
39: this(Options.Create(new MessagePackHubProtocolOptions()))
3 references to MessagePackHubProtocolOptions
Microsoft.AspNetCore.SignalR.Protocols.MessagePack (3)
MessagePackProtocolDependencyInjectionExtensions.cs (2)
36/// <param name="configure">A delegate that can be used to configure the <see cref="MessagePackHubProtocolOptions"/></param> 39public static TBuilder AddMessagePackProtocol<TBuilder>(this TBuilder builder, Action<MessagePackHubProtocolOptions> configure) where TBuilder : ISignalRBuilder
Protocol\MessagePackHubProtocol.cs (1)
46public MessagePackHubProtocol(IOptions<MessagePackHubProtocolOptions> options)