IHubProtocolResolver.AllProtocols 属性

定义

获取所有可用中心协议的集合。

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)

属性值

适用于