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