2 writes to cookieRenewalThresholdPercentage
System.ServiceModel (2)
System\ServiceModel\Channels\LocalClientSecuritySettings.cs (2)
40
this.
cookieRenewalThresholdPercentage
= other.cookieRenewalThresholdPercentage;
206
this.
cookieRenewalThresholdPercentage
= value;
2 references to cookieRenewalThresholdPercentage
System.ServiceModel (2)
System\ServiceModel\Channels\LocalClientSecuritySettings.cs (2)
40
this.cookieRenewalThresholdPercentage = other.
cookieRenewalThresholdPercentage
;
197
return this.
cookieRenewalThresholdPercentage
;