AspNetWebSocketContext.Items プロパティ

定義

派生クラスでオーバーライドされると、 AspNetWebSocket 要求中にモジュールとハンドラーの間でデータを共有するために使用できるキー/値コレクションを取得します。

public:
 virtual property System::Collections::IDictionary ^ Items { System::Collections::IDictionary ^ get(); };
public virtual System.Collections.IDictionary Items { get; }
member this.Items : System.Collections.IDictionary
Public Overridable ReadOnly Property Items As IDictionary

プロパティ値

キー/値のコレクション。

例外

プロパティは実装されていません。

適用対象