2 writes to replayCacheSize
System.ServiceModel (2)
System\ServiceModel\Channels\LocalClientSecuritySettings.cs (2)
30
this.
replayCacheSize
= other.replayCacheSize;
69
this.
replayCacheSize
= value;
2 references to replayCacheSize
System.ServiceModel (2)
System\ServiceModel\Channels\LocalClientSecuritySettings.cs (2)
30
this.replayCacheSize = other.
replayCacheSize
;
60
return this.
replayCacheSize
;