3 overrides of CookieCollection
System (1)
net\System\Net\WebSockets\HttpListenerWebSocketContext.cs (1)
99
public override CookieCollection
CookieCollection
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceWebSocketContext.cs (1)
29
public override CookieCollection
CookieCollection
System.Web (1)
WebSockets\AspNetWebSocketContext.cs (1)
55
public override CookieCollection
CookieCollection
{
1 reference to CookieCollection
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceWebSocketContext.cs (1)
31
get { return this.context.
CookieCollection
; }