3 writes to maxCachedCookies
System.ServiceModel (3)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (3)
44
this.
maxCachedCookies
= other.maxCachedCookies;
341
this.
maxCachedCookies
= value;
360
this.
maxCachedCookies
= NegotiationTokenAuthenticator<NegotiationTokenAuthenticatorState>.defaultServerMaxCachedTokens;
2 references to maxCachedCookies
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
44
this.maxCachedCookies = other.
maxCachedCookies
;
332
return this.
maxCachedCookies
;