2 writes to maxCookieCachingTime
System.ServiceModel (2)
System\ServiceModel\Channels\LocalClientSecuritySettings.cs (2)
34
this.
maxCookieCachingTime
= other.maxCookieCachingTime;
189
this.
maxCookieCachingTime
= value;
2 references to maxCookieCachingTime
System.ServiceModel (2)
System\ServiceModel\Channels\LocalClientSecuritySettings.cs (2)
34
this.maxCookieCachingTime = other.
maxCookieCachingTime
;
173
return this.
maxCookieCachingTime
;