1 write to inactivityTimeout
System.ServiceModel (1)
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
111
this.
inactivityTimeout
= value;
3 references to inactivityTimeout
System.ServiceModel (3)
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (3)
95
return this.
inactivityTimeout
;
527
if (this.
inactivityTimeout
!= session.
inactivityTimeout
)