2 writes to cacheCookies
System.ServiceModel (2)
System\ServiceModel\Channels\LocalClientSecuritySettings.cs (2)
33
this.
cacheCookies
= other.cacheCookies;
165
this.
cacheCookies
= value;
2 references to cacheCookies
System.ServiceModel (2)
System\ServiceModel\Channels\LocalClientSecuritySettings.cs (2)
33
this.cacheCookies = other.
cacheCookies
;
161
return this.
cacheCookies
;