9 writes to AllowCookies
System.ServiceModel (9)
System\ServiceModel\BasicHttpBinding.cs (1)
72
this.
AllowCookies
= value;
System\ServiceModel\BasicHttpContextBinding.cs (5)
23
this.
AllowCookies
= true;
29
this.
AllowCookies
= true;
45
this.
AllowCookies
= true;
80
this.
AllowCookies
= false;
85
this.
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)
145
httpBindingBase.
AllowCookies
= this.AllowCookies;
4 references to AllowCookies
System.ServiceModel (4)
System\ServiceModel\BasicHttpBinding.cs (1)
68
return this.
AllowCookies
;
System\ServiceModel\BasicHttpContextBinding.cs (2)
47
else if (!this.
AllowCookies
)
68
if (!this.
AllowCookies
)
System\ServiceModel\Configuration\HttpBindingBaseElement.cs (1)
113
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.AllowCookies, binding.
AllowCookies
);