ISignalRBuilder Interface

Definition

A builder abstraction for configuring SignalR object instances.

public interface class ISignalRBuilder
public interface ISignalRBuilder
type ISignalRBuilder = interface
Public Interface ISignalRBuilder
Derived

Properties

Services

Gets the builder service collection.

Extension Methods

AddMessagePackProtocol(ISignalRBuilder)

Enables the MsgPack protocol for SignalR.

AddMessagePackProtocol(ISignalRBuilder, Action<MessagePackHubProtocolOptions>)

Enables the MsgPack protocol for SignalR and allows options for the MsgPack protocol to be configured.

Applies to