AspNetWebSocketContext.Items 属性
定义
在派生类中重写时,获取一个键/值集合,该集合在 AspNetWebSocket 请求过程中可以用于在模块与处理程序之间共享数据。When overridden in a derived class, gets a key/value collection that can be used to share data between a module and a handler during an AspNetWebSocket request.
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
属性值
键/值集合对。The key/value collection.
例外
未实现该属性。The property is not implemented.