2 writes to replayCacheSize
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
32
this.
replayCacheSize
= other.replayCacheSize;
73
this.
replayCacheSize
= value;
2 references to replayCacheSize
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
32
this.replayCacheSize = other.
replayCacheSize
;
64
return this.
replayCacheSize
;