2 writes to allowCookies
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelFactory.cs (2)
106this.allowCookies = bindingElement.AllowCookies; 117this.allowCookies = true;
3 references to allowCookies
System.ServiceModel (3)
System\ServiceModel\Channels\HttpChannelFactory.cs (3)
108if (!this.allowCookies) 123if (this.allowCookies) 203return this.allowCookies;