9 writes to AllowCookies
System.ServiceModel (9)
System\ServiceModel\BasicHttpBinding.cs (1)
72this.AllowCookies = value;
System\ServiceModel\BasicHttpContextBinding.cs (5)
23this.AllowCookies = true; 29this.AllowCookies = true; 45this.AllowCookies = true; 80this.AllowCookies = false; 85this.AllowCookies = true;
System\ServiceModel\Channels\ContextBindingElementImporter.cs (1)
105((BasicHttpBinding)binding).AllowCookies = true;
System\ServiceModel\Configuration\BasicHttpContextBindingElement.cs (1)
56((BasicHttpBinding) binding).AllowCookies = true;
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
145httpBindingBase.AllowCookies = this.AllowCookies;
4 references to AllowCookies
System.ServiceModel (4)
System\ServiceModel\BasicHttpBinding.cs (1)
68return this.AllowCookies;
System\ServiceModel\BasicHttpContextBinding.cs (2)
47else if (!this.AllowCookies) 68if (!this.AllowCookies)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
113SetPropertyValueIfNotDefaultValue(ConfigurationStrings.AllowCookies, binding.AllowCookies);