1 write to m_CookieCollection
System (1)
net\System\Net\WebSockets\HttpListenerWebSocketContext.cs (1)
52m_CookieCollection = new CookieCollection();
2 references to m_CookieCollection
System (2)
net\System\Net\WebSockets\HttpListenerWebSocketContext.cs (2)
53m_CookieCollection.Add(cookieCollection); 101get { return this.m_CookieCollection; }