3 writes to inactivityTimeout
System.ServiceModel (3)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (3)
39
this.
inactivityTimeout
= other.inactivityTimeout;
240
this.
inactivityTimeout
= value;
355
this.
inactivityTimeout
= SecuritySessionServerSettings.defaultInactivityTimeout;
2 references to inactivityTimeout
System.ServiceModel (2)
System\ServiceModel\Channels\LocalServiceSecuritySettings.cs (2)
39
this.inactivityTimeout = other.
inactivityTimeout
;
224
return this.
inactivityTimeout
;