3 writes to allowCookies
System.ServiceModel (3)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (3)
50this.allowCookies = HttpTransportDefaults.AllowCookies; 74this.allowCookies = elementToBeCloned.allowCookies; 111this.allowCookies = value;
4 references to allowCookies
System.ServiceModel (4)
System\ServiceModel\Channels\HttpTransportBindingElement.cs (4)
74this.allowCookies = elementToBeCloned.allowCookies; 107return this.allowCookies; 906if (this.allowCookies != http.allowCookies)