IHubProtocolResolver.AllProtocols Property

Definition

Gets a collection of all available hub protocols.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::SignalR::Protocol::IHubProtocol ^> ^ AllProtocols { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::SignalR::Protocol::IHubProtocol ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol> AllProtocols { get; }
member this.AllProtocols : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol>
Public ReadOnly Property AllProtocols As IReadOnlyList(Of IHubProtocol)

Property Value

Applies to