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