IHubProtocolResolver 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 resolver abstraction for working with IHubProtocol instances.
public interface class IHubProtocolResolver
	public interface IHubProtocolResolver
	type IHubProtocolResolver = interface
	Public Interface IHubProtocolResolver
Properties
| AllProtocols | 
		 Gets a collection of all available hub protocols.  | 
        	
Methods
| GetProtocol(String, IReadOnlyList<String>) | 
		 Gets the hub protocol with the specified name, if it is allowed by the specified list of supported protocols.  |