IHubProtocolResolver Interface

Definition

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.

Applies to