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