AspNetWebSocketContext::Items Property

.NET Framework (current version)
 

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.

Namespace:   System.Web.WebSockets
Assembly:  System.Web (in System.Web.dll)

public:
property IDictionary^ Items {
	virtual IDictionary^ get();
}

Property Value

Type: System.Collections::IDictionary^

The key/value collection.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: