4 writes to InactivityTimeout
Binding.ReliableSession.IntegrationTests (2)
NetHttpBindingTests.cs (1)
370
reliableSessionBindingElement.
InactivityTimeout
= keepAliveInterval * 2;
WSHttpBindingTests.cs (1)
370
reliableSessionBindingElement.
InactivityTimeout
= keepAliveInterval * 2;
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
32
InactivityTimeout
= 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)
17
InactivityTimeout = settings.
InactivityTimeout
;
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
32
InactivityTimeout = elementToBeCloned.
InactivityTimeout
;
System\ServiceModel\ReliableSession.cs (1)
41
get { return _element.
InactivityTimeout
; }