1 write to AllowCookies
System.ServiceModel (1)
System\ServiceModel\Configuration\HttpTransportElement.cs (1)
215
this.
AllowCookies
= source.AllowCookies;
2 references to AllowCookies
System.ServiceModel (2)
System\ServiceModel\Configuration\HttpTransportElement.cs (2)
182
binding.AllowCookies = this.
AllowCookies
;
215
this.AllowCookies = source.
AllowCookies
;