6 writes to AllowCookies
System.ServiceModel.Http (6)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (2)
37AllowCookies = HttpTransportDefaults.AllowCookies; 60AllowCookies = elementToBeCloned.AllowCookies;
System\ServiceModel\HttpBindingBase.cs (2)
43_httpTransport.AllowCookies = value; 44_httpsTransport.AllowCookies = value;
System\ServiceModel\WSHttpBinding.cs (2)
36HttpTransport.AllowCookies = value; 37HttpsTransport.AllowCookies = value;
6 references to AllowCookies
System.ServiceModel.Http (6)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
80AllowCookies = bindingElement.AllowCookies;
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
60AllowCookies = elementToBeCloned.AllowCookies; 481if (AllowCookies != http.AllowCookies)
System\ServiceModel\HttpBindingBase.cs (1)
38return _httpTransport.AllowCookies;
System\ServiceModel\WSHttpBinding.cs (1)
33get { return HttpTransport.AllowCookies; }