2 writes to detectReplays
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
31
this.
detectReplays
= other.detectReplays;
56
this.
detectReplays
= value;
2 references to detectReplays
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
31
this.detectReplays = other.
detectReplays
;
52
return this.
detectReplays
;