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