次の方法で共有


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

プロパティ値

キー/値コレクション。

例外

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

適用対象