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 Overridable ReadOnly Property Cache As Cache

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: