ISignalRBuilder Interface 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, Action<MessagePackHubProtocolOptions>) | 
		 Enables the MsgPack protocol for SignalR and allows options for the MsgPack protocol to be configured.  | 
        	
| AddMessagePackProtocol(ISignalRBuilder) | 
		 Enables the MsgPack protocol for SignalR.  |