AspNetWebSocketContext::CookieCollection Property
.NET Framework (current version)
Returns the Cookies collection typed as a CookieCollection for Windows applications that use cookies based on the Cookie class (such as WCF server applications).
Assembly: System.Web (in System.Web.dll)
public: property CookieCollection^ CookieCollection { virtual CookieCollection^ get() override; }
| Exception | Condition |
|---|---|
| NotImplementedException | The property is not implemented. |
.NET Framework
Available since 4.5
Available since 4.5
Show: