HubOptionsSetup(IEnumerable<IHubProtocol>) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
依存関係の挿入に HubOptionsSetup 追加されたプロトコルの一覧を使用して を構築します。
public:
HubOptionsSetup(System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::SignalR::Protocol::IHubProtocol ^> ^ protocols);
public HubOptionsSetup (System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol> protocols);
new Microsoft.AspNetCore.SignalR.HubOptionsSetup : seq<Microsoft.AspNetCore.SignalR.Protocol.IHubProtocol> -> Microsoft.AspNetCore.SignalR.HubOptionsSetup
Public Sub New (protocols As IEnumerable(Of IHubProtocol))
パラメーター
- protocols
- IEnumerable<IHubProtocol>
依存関係の IHubProtocol挿入からの の一覧。