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