3 references to InactivityTimeout
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
407
child = doc.CreateElement(assertionPrefix, ReliableSessionPolicyStrings.
InactivityTimeout
, assertionNs);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (2)
141
if (Is11Assertion(currentNode, ReliableSessionPolicyStrings.
InactivityTimeout
))
180
if (IsFeb2005Assertion(currentNode, ReliableSessionPolicyStrings.
InactivityTimeout
))