Compartir a través de


IHubProtocolResolver.AllProtocols Propiedad

Definición

Obtiene una colección de todos los protocolos de concentrador disponibles.

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)

Valor de propiedad

Se aplica a