AspNetWebSocketContext::Cache Property

.NET Framework (current version)
 

Gets the Cache object for the current application domain.

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

public:
property Cache^ Cache {
	virtual Cache^ get();
}

Property Value

Type: System.Web.Caching::Cache^

The cache object.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: