10 writes to AllowCookies
System.ServiceModel (8)
System\ServiceModel\Channels\ContextBindingElementImporter.cs (3)
67
http.
AllowCookies
= true;
102
http.
AllowCookies
= false;
143
http.
AllowCookies
= true;
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
182
binding.
AllowCookies
= this.AllowCookies;
System\ServiceModel\HttpBindingBase.cs (2)
47
this.httpTransport.
AllowCookies
= value;
48
this.httpsTransport.
AllowCookies
= value;
System\ServiceModel\WSHttpBinding.cs (2)
63
HttpTransport.
AllowCookies
= value;
64
HttpsTransport.
AllowCookies
= value;
System.ServiceModel.Web (2)
System\ServiceModel\WebHttpBinding.cs (2)
45
httpTransportBindingElement.
AllowCookies
= value;
46
httpsTransportBindingElement.
AllowCookies
= value;
9 references to AllowCookies
System.ServiceModel (8)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (1)
201
instance.SetProperty(AdministrationStrings.AllowCookies, http.
AllowCookies
);
System\ServiceModel\Channels\ContextBindingElement.cs (1)
348
if (http != null && http.
AllowCookies
)
System\ServiceModel\Channels\ContextBindingElementImporter.cs (1)
100
if (http != null && http.
AllowCookies
)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
106
this.allowCookies = bindingElement.
AllowCookies
;
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
244
SetPropertyValueIfNotDefaultValue(ConfigurationStrings.AllowCookies, source.
AllowCookies
);
System\ServiceModel\HttpBindingBase.cs (1)
42
return this.httpTransport.
AllowCookies
;
System\ServiceModel\WSHttpBinding.cs (2)
60
get { return HttpTransport.
AllowCookies
; }
214
allowCookies = httpTransportBindingElement.
AllowCookies
;
System.ServiceModel.Web (1)
System\ServiceModel\WebHttpBinding.cs (1)
42
get { return httpTransportBindingElement.
AllowCookies
; }