HubConnectionContext.Features プロパティ

定義

この接続で使用できる機能のコレクションを取得します。

public:
 virtual property Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ Features { Microsoft::AspNetCore::Http::Features::IFeatureCollection ^ get(); };
public virtual Microsoft.AspNetCore.Http.Features.IFeatureCollection Features { get; }
member this.Features : Microsoft.AspNetCore.Http.Features.IFeatureCollection
Public Overridable ReadOnly Property Features As IFeatureCollection

プロパティ値

適用対象