2 references to ExactlyOnce
System.ServiceModel (2)
System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
679
XmlElement exactlyOnce = doc.CreateElement(reliableSessionPrefix, ReliableSessionPolicyStrings.
ExactlyOnce
, reliableSessionNs);
System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (1)
466
if (!IsElement(element, wsrmNs, ReliableSessionPolicyStrings.
ExactlyOnce
)