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