1 write to CookieContainer
PresentationCore (1)
MS\Internal\AppModel\CookieHandler.cs (1)
46httpRequest.CookieContainer = new CookieContainer();
2 references to CookieContainer
PresentationCore (2)
MS\Internal\AppModel\CookieHandler.cs (2)
44if (httpRequest.CookieContainer == null) 53httpRequest.CookieContainer.SetCookies(httpRequest.RequestUri, cookies.Replace(';', ','));