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