1 write to httpCookieContainerManager
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
125
this.
httpCookieContainerManager
= new HttpCookieContainerManager();
4 references to httpCookieContainerManager
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelFactory.cs (4)
352
return this.
httpCookieContainerManager
;
539
!this.
httpCookieContainerManager
.IsInitialized) // We don't want to overwrite the CookieContainer if someone has set it already.
541
this.
httpCookieContainerManager
.CookieContainer = new CookieContainer();
805
httpWebRequest.CookieContainer = this.
httpCookieContainerManager
.CookieContainer;