4 writes to InactivityTimeout
Binding.ReliableSession.IntegrationTests (2)
NetHttpBindingTests.cs (1)
370reliableSessionBindingElement.InactivityTimeout = keepAliveInterval * 2;
WSHttpBindingTests.cs (1)
370reliableSessionBindingElement.InactivityTimeout = keepAliveInterval * 2;
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
32InactivityTimeout = elementToBeCloned.InactivityTimeout;
System\ServiceModel\ReliableSession.cs (1)
48_element.InactivityTimeout = value;
3 references to InactivityTimeout
System.ServiceModel.Primitives (3)
System\ServiceModel\Channels\ReliableChannelFactory.cs (1)
17InactivityTimeout = settings.InactivityTimeout;
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
32InactivityTimeout = elementToBeCloned.InactivityTimeout;
System\ServiceModel\ReliableSession.cs (1)
41get { return _element.InactivityTimeout; }