Share via


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

Name Description
AllProtocols

Gets a collection of all available hub protocols.

Methods

Name Description
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